#BD1645

Color #BD1645 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BD1645

Tints of Cardinal #BD1645

Color information

#BD1645 (or 0xBD1645) is unknown color: approx Cardinal. HEX triplet: BD, 16 and 45. RGB value is (189,22,69). Sum of RGB (Red+Green+Blue) = 189+22+69=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1645 is #42E9BA. Grayscale: #4D4D4D. Windows color (decimal): -4385211 or 4527805. OLE color: 4527805.

HSL color Cylindrical-coordinate representation of color #BD1645: hue angle of 343.11º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1645 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1892269-
CMYK00.880.630.26
HSL343.11º79.15%41.37%-
HSV(B)343.11º88.36%74.12%-
XYZ22.3511.826.73-
YUV77.29123.33207.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 67.5%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=67.5%
G=7.86%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189226900.880.630.26343.1179.1541.37
HexBD16450583F1A1574f29
Octal275261050130773252711751
Binary1011110110110100010101011000111111110101010101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1645; }

 p { color: rgb(189,22,69); }

 H1.HeaderClassName
 {
   color: #BD1645;
 }
 .AnyTagClassName
 {
   color: #BD1645;
 }
</style>
background-color css

<style>
 a { background-color: #BD1645; }

 a { background-color: rgb(189,22,69); }

 div.DivClassName
 {
   background-color: #BD1645;
 }
 .BgClassName
 {
   background-color: #BD1645;
 }
</style>
border-color css

<style>
 span { border-color: #BD1645; }

 span { border-color: rgb(189,22,69); }

 td.TdClassName
 {
   border-color: #BD1645;
 }
 .TagClassName
 {
   border-color: #BD1645;
 }
</style>