Html Css Color HEX #BC0E42 Cardinal

📋 copy color: '#BC0E42'

red 188 ◦ green 14 ◦ blue 66

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

Shades of Cardinal #BC0E42

Tints of Cardinal #BC0E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 70.15%
G = 5.22%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC0E42 (or 0xBC0E42) is known color: Cardinal. HEX triplet: BC, 0E and 42. RGB value is (188,14,66). Sum of RGB (Red+Green+Blue) = 188+14+66=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E42 is #43F1BD. Grayscale: #474747. Windows color (decimal): -4452798 or 4329148. OLE color: 4329148.

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

Color convert

RGB 188 14 66 -
CMYK 0 0.93 0.65 0.26
HSL 342.07º 0.86% 0.4% -
HSV(B) 342.07º 0.93% 0.74% -
XYZ 21.88 11.4 6.2 -
YUV 71.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 188 14 66 0 0.93 0.65 0.26 342.07 0.86 0.4
Hex BC E 42 0 5D 41 1A 156 56 28
Octal 274 16 102 0 135 101 32 526 126 50
Binary 10111100 1110 1000010 0 1011101 1000001 11010 101010110 1010110 101000

Color Harmonies of #BC0E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E42

Black with #BC0E42

Text Example


Text Example

White with #BC0E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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