Html Css Color HEX #4C1210 Red Oxide

📋 copy color: '#4C1210'

red 76 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #4C1210

Tints of Red Oxide #4C1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

 BLUE value IS 16 (6.64% from 255) = 14.55%

R = 69.09%
G = 16.36%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4C1210 (or 0x4C1210) is known color: Red Oxide. HEX triplet: 4C, 12 and 10. RGB value is (76,18,16). Sum of RGB (Red+Green+Blue) = 76+18+16=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1210 is #B3EDEF. Grayscale: #232323. Windows color (decimal): -11791856 or 1053260. OLE color: 1053260.

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

Color convert

RGB 76 18 16 -
CMYK 0 0.76 0.79 0.70
HSL 0.65% 0.18% -
HSV(B) 0.79% 0.3% -
XYZ 3.29 2.01 0.7 -
YUV 35.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 76 18 16 0 0.76 0.79 0.70 2 0.65 0.18
Hex 4C 12 10 0 4C 4F 46 2 41 12
Octal 114 22 20 0 114 117 106 2 101 22
Binary 1001100 10010 10000 0 1001100 1001111 1000110 10 1000001 10010

Color Harmonies of #4C1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1210

Black with #4C1210

Text Example


Text Example

White with #4C1210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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