#BD2045

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

Shades of Cardinal #BD2045

Tints of Cardinal #BD2045

Color information

#BD2045 (or 0xBD2045) is unknown color: approx Cardinal. HEX triplet: BD, 20 and 45. RGB value is (189,32,69). Sum of RGB (Red+Green+Blue) = 189+32+69=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2045 is #42DFBA. Grayscale: #535353. Windows color (decimal): -4382651 or 4530365. OLE color: 4530365.

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

Color convert

RGB1893269-
CMYK00.830.630.26
HSL345.86º71.04%43.33%-
HSV(B)345.86º83.07%74.12%-
XYZ22.5812.286.81-
YUV83.16120.01203.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.17%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=65.17%
G=11.03%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189326900.830.630.26345.8671.0443.33
HexBD20450533F1A15a472b
Octal275401050123773253210753
Binary10111101100000100010101010011111111110101010110101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2045; }

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

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

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

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

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

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

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

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