Html Css Color HEX #4C0212 Bordeaux

📋 copy color: '#4C0212'

red 76 ◦ green 2 ◦ blue 18

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

Shades of Bordeaux #4C0212

Tints of Bordeaux #4C0212

RGB

 RED value IS 76 (30.08% from 255) = 79.17%

 GREEN value IS 2 (1.17% from 255) = 2.08%

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 79.17%
G = 2.08%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#4C0212 (or 0x4C0212) is known color: Bordeaux. HEX triplet: 4C, 02 and 12. RGB value is (76,2,18). Sum of RGB (Red+Green+Blue) = 76+2+18=96 (12% of max value = 765). Red value is 76 (30.08% from 255 or 79.17% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0212 is #B3FDED. Grayscale: #191919. Windows color (decimal): -11795950 or 1180236. OLE color: 1180236.

HSL color Cylindrical-coordinate representation of color #4C0212: hue angle of 347.03º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C0212 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 2 18 -
CMYK 0 0.97 0.76 0.70
HSL 347.03º 0.95% 0.15% -
HSV(B) 347.03º 0.97% 0.3% -
XYZ 3.11 1.62 0.72 -
YUV 25.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 76 2 18 0 0.97 0.76 0.70 347.03 0.95 0.15
Hex 4C 2 12 0 61 4C 46 15B 5F F
Octal 114 2 22 0 141 114 106 533 137 17
Binary 1001100 10 10010 0 1100001 1001100 1000110 101011011 1011111 1111

Color Harmonies of #4C0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0212

Black with #4C0212

Text Example


Text Example

White with #4C0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0212; }

 p { color: rgb(76,2,18); }

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

background-color css

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

 a { background-color: rgb(76,2,18); }

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

border-color css

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

 span { border-color: rgb(76,2,18); }

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