#BD1444

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

Shades of Cardinal #BD1444

Tints of Cardinal #BD1444

Color information

#BD1444 (or 0xBD1444) is unknown color: approx Cardinal. HEX triplet: BD, 14 and 44. RGB value is (189,20,68). Sum of RGB (Red+Green+Blue) = 189+20+68=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1444 is #42EBBB. Grayscale: #4B4B4B. Windows color (decimal): -4385724 or 4461757. OLE color: 4461757.

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

Color convert

RGB1892068-
CMYK00.890.640.26
HSL342.96º80.86%40.98%-
HSV(B)342.96º89.42%74.12%-
XYZ22.2811.746.56-
YUV76123.49208.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.23%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=68.23%
G=7.22%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189206800.890.640.26342.9680.8640.98
HexBD1444059401A1575129
Octal2752410401311003252712151
Binary10111101101001000100010110011000000110101010101111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1444; }

 p { color: rgb(189,20,68); }

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

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

 a { background-color: rgb(189,20,68); }

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

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

 span { border-color: rgb(189,20,68); }

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