Html Css Color HEX #BC0E39 Cardinal

📋 copy color: '#BC0E39'

red 188 ◦ green 14 ◦ blue 57

#BC0E39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BC0E39

Tints of Cardinal #BC0E39

RGB

 RED value IS 188 (73.83% from 255) = 72.59%

 GREEN value IS 14 (5.86% from 255) = 5.41%

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 72.59%
G = 5.41%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC0E39 (or 0xBC0E39) is known color: Cardinal. HEX triplet: BC, 0E and 39. RGB value is (188,14,57). Sum of RGB (Red+Green+Blue) = 188+14+57=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E39 is #43F1C6. Grayscale: #464646. Windows color (decimal): -4452807 or 3739324. OLE color: 3739324.

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

Color convert

RGB 188 14 57 -
CMYK 0 0.93 0.70 0.26
HSL 345.17º 0.86% 0.4% -
HSV(B) 345.17º 0.93% 0.74% -
XYZ 21.63 11.3 4.91 -
YUV 70.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 188 14 57 0 0.93 0.70 0.26 345.17 0.86 0.4
Hex BC E 39 0 5D 46 1A 159 56 28
Octal 274 16 71 0 135 106 32 531 126 50
Binary 10111100 1110 111001 0 1011101 1000110 11010 101011001 1010110 101000

Color Harmonies of #BC0E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E39

Black with #BC0E39

Text Example


Text Example

White with #BC0E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E39; }

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

 H1.HeaderClassName
 {
   color: #BC0E39;
 }
 .AnyTagClassName
 {
   color: #BC0E39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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