Html Css Color HEX #BC0C3E Cardinal

📋 copy color: '#BC0C3E'

red 188 ◦ green 12 ◦ blue 62

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

Shades of Cardinal #BC0C3E

Tints of Cardinal #BC0C3E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 71.76%
G = 4.58%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC0C3E (or 0xBC0C3E) is known color: Cardinal. HEX triplet: BC, 0C and 3E. RGB value is (188,12,62). Sum of RGB (Red+Green+Blue) = 188+12+62=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C3E is #43F3C1. Grayscale: #464646. Windows color (decimal): -4453314 or 4066492. OLE color: 4066492.

HSL color Cylindrical-coordinate representation of color #BC0C3E: hue angle of 342.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C3E is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 12 62 -
CMYK 0 0.94 0.67 0.26
HSL 342.95º 0.88% 0.39% -
HSV(B) 342.95º 0.94% 0.74% -
XYZ 21.74 11.3 5.59 -
YUV 70.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 188 12 62 0 0.94 0.67 0.26 342.95 0.88 0.39
Hex BC C 3E 0 5E 43 1A 157 58 27
Octal 274 14 76 0 136 103 32 527 130 47
Binary 10111100 1100 111110 0 1011110 1000011 11010 101010111 1011000 100111

Color Harmonies of #BC0C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C3E

Black with #BC0C3E

Text Example


Text Example

White with #BC0C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C3E; }

 p { color: rgb(188,12,62); }

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

background-color css

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

 a { background-color: rgb(188,12,62); }

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

border-color css

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

 span { border-color: rgb(188,12,62); }

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