#BC2429

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

Shades of Cardinal #BC2429

Tints of Cardinal #BC2429

Color information

#BC2429 (or 0xBC2429) is unknown color: approx Cardinal. HEX triplet: BC, 24 and 29. RGB value is (188,36,41). Sum of RGB (Red+Green+Blue) = 188+36+41=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2429 is #43DBD6. Grayscale: #525252. Windows color (decimal): -4447191 or 2696380. OLE color: 2696380.

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

Color convert

RGB1883641-
CMYK00.810.780.26
HSL358.03º67.86%43.92%-
HSV(B)358.03º80.85%73.73%-
XYZ21.7712.113.29-
YUV82.02104.86203.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.94%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=70.94%
G=13.58%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188364100.810.780.26358.0367.8643.92
HexBC24290514E1A166442c
Octal274445101211163254610454
Binary10111100100100101001010100011001110110101011001101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2429; }

 p { color: rgb(188,36,41); }

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

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

 a { background-color: rgb(188,36,41); }

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

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

 span { border-color: rgb(188,36,41); }

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