#BD0E41

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

Shades of Cardinal #BD0E41

Tints of Cardinal #BD0E41

Color information

#BD0E41 (or 0xBD0E41) is unknown color: approx Cardinal. HEX triplet: BD, 0E and 41. RGB value is (189,14,65). Sum of RGB (Red+Green+Blue) = 189+14+65=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0E41 is #42F1BE. Grayscale: #484848. Windows color (decimal): -4387263 or 4263613. OLE color: 4263613.

HSL color Cylindrical-coordinate representation of color #BD0E41: hue angle of 342.51º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0E41 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1891465-
CMYK00.930.660.26
HSL342.51º86.21%39.8%-
HSV(B)342.51º92.59%74.12%-
XYZ22.111.516.06-
YUV72.14123.98211.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.52%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=70.52%
G=5.22%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189146500.930.660.26342.5186.2139.8
HexBDE4105D421A1575628
Octal2751610101351023252712650
Binary1011110111101000001010111011000010110101010101111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0E41; }

 p { color: rgb(189,14,65); }

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

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

 a { background-color: rgb(189,14,65); }

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

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

 span { border-color: rgb(189,14,65); }

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