Html Css Color HEX #BC0C4C Cardinal

📋 copy color: '#BC0C4C'

red 188 ◦ green 12 ◦ blue 76

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

Shades of Cardinal #BC0C4C

Tints of Cardinal #BC0C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 68.12%
G = 4.35%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC0C4C (or 0xBC0C4C) is known color: Cardinal. HEX triplet: BC, 0C and 4C. RGB value is (188,12,76). Sum of RGB (Red+Green+Blue) = 188+12+76=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C4C is #43F3B3. Grayscale: #474747. Windows color (decimal): -4453300 or 4983996. OLE color: 4983996.

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

Color convert

RGB 188 12 76 -
CMYK 0 0.94 0.60 0.26
HSL 338.18º 0.88% 0.39% -
HSV(B) 338.18º 0.94% 0.74% -
XYZ 22.18 11.48 7.88 -
YUV 71.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 188 12 76 0 0.94 0.60 0.26 338.18 0.88 0.39
Hex BC C 4C 0 5E 3C 1A 152 58 27
Octal 274 14 114 0 136 74 32 522 130 47
Binary 10111100 1100 1001100 0 1011110 111100 11010 101010010 1011000 100111

Color Harmonies of #BC0C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C4C

Black with #BC0C4C

Text Example


Text Example

White with #BC0C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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