#BC0E30

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

Shades of Cardinal #BC0E30

Tints of Cardinal #BC0E30

Color information

#BC0E30 (or 0xBC0E30) is unknown color: approx Cardinal. HEX triplet: BC, 0E and 30. RGB value is (188,14,48). Sum of RGB (Red+Green+Blue) = 188+14+48=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E30 is #43F1CF. Grayscale: #454545. Windows color (decimal): -4452816 or 3149500. OLE color: 3149500.

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

Color convert

RGB1881448-
CMYK00.930.740.26
HSL348.28º86.14%39.61%-
HSV(B)348.28º92.55%73.73%-
XYZ21.4311.223.83-
YUV69.9115.65212.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.2%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=75.2%
G=5.6%
B=19.2%

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
Decimal188144800.930.740.26348.2886.1439.61
HexBCE3005D4A1A15c5628
Octal274166001351123253412650
Binary101111001110110000010111011001010110101010111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E30; }

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

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

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

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

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

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

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

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