#BD1438

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

Shades of Cardinal #BD1438

Tints of Cardinal #BD1438

Color information

#BD1438 (or 0xBD1438) is unknown color: approx Cardinal. HEX triplet: BD, 14 and 38. RGB value is (189,20,56). Sum of RGB (Red+Green+Blue) = 189+20+56=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1438 is #42EBC7. Grayscale: #4A4A4A. Windows color (decimal): -4385736 or 3675325. OLE color: 3675325.

HSL color Cylindrical-coordinate representation of color #BD1438: hue angle of 347.22º 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 #BD1438 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1892056-
CMYK00.890.700.26
HSL347.22º80.86%40.98%-
HSV(B)347.22º89.42%74.12%-
XYZ21.9511.64.82-
YUV74.63117.49209.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.32%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=71.32%
G=7.55%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189205600.890.700.26347.2280.8640.98
HexBD1438059461A15b5129
Octal275247001311063253312151
Binary1011110110100111000010110011000110110101010110111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1438; }

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

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

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

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

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

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

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

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