#BC0E31

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

Shades of Cardinal #BC0E31

Tints of Cardinal #BC0E31

Color information

#BC0E31 (or 0xBC0E31) is unknown color: approx Cardinal. HEX triplet: BC, 0E and 31. RGB value is (188,14,49). Sum of RGB (Red+Green+Blue) = 188+14+49=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E31 is #43F1CE. Grayscale: #464646. Windows color (decimal): -4452815 or 3215036. OLE color: 3215036.

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

Color convert

RGB1881449-
CMYK00.930.740.26
HSL347.93º86.14%39.61%-
HSV(B)347.93º92.55%73.73%-
XYZ21.4511.233.94-
YUV70.02116.15212.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 74.90%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 49 (19.53% from 255) = 19.52%
R=74.90%
G=5.58%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188144900.930.740.26347.9386.1439.61
HexBCE3105D4A1A15c5628
Octal274166101351123253412650
Binary101111001110110001010111011001010110101010111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E31; }

 p { color: rgb(188,14,49); }

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

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

 a { background-color: rgb(188,14,49); }

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

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

 span { border-color: rgb(188,14,49); }

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