Html Css Color HEX #BC0C2C Cardinal

📋 copy color: '#BC0C2C'

red 188 ◦ green 12 ◦ blue 44

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

Shades of Cardinal #BC0C2C

Tints of Cardinal #BC0C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 77.05%
G = 4.92%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC0C2C (or 0xBC0C2C) is known color: Cardinal. HEX triplet: BC, 0C and 2C. RGB value is (188,12,44). Sum of RGB (Red+Green+Blue) = 188+12+44=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C2C is #43F3D3. Grayscale: #444444. Windows color (decimal): -4453332 or 2886844. OLE color: 2886844.

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

Color convert

RGB 188 12 44 -
CMYK 0 0.94 0.77 0.26
HSL 349.09º 0.88% 0.39% -
HSV(B) 349.09º 0.94% 0.74% -
XYZ 21.33 11.14 3.41 -
YUV 68.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 188 12 44 0 0.94 0.77 0.26 349.09 0.88 0.39
Hex BC C 2C 0 5E 4D 1A 15D 58 27
Octal 274 14 54 0 136 115 32 535 130 47
Binary 10111100 1100 101100 0 1011110 1001101 11010 101011101 1011000 100111

Color Harmonies of #BC0C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C2C

Black with #BC0C2C

Text Example


Text Example

White with #BC0C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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