Html Css Color HEX #64120C Red Oxide

📋 copy color: '#64120C'

red 100 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #64120C

Tints of Red Oxide #64120C

RGB

 RED value IS 100 (39.45% from 255) = 76.92%

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

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 76.92%
G = 13.85%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64120C (or 0x64120C) is known color: Red Oxide. HEX triplet: 64, 12 and 0C. RGB value is (100,18,12). Sum of RGB (Red+Green+Blue) = 100+18+12=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #64120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64120C is #9BEDF3. Grayscale: #292929. Windows color (decimal): -10218996 or 791140. OLE color: 791140.

HSL color Cylindrical-coordinate representation of color #64120C: hue angle of 4.09º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64120C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 12 -
CMYK 0 0.82 0.88 0.61
HSL 4.09º 0.79% 0.22% -
HSV(B) 4.09º 0.88% 0.39% -
XYZ 5.54 3.17 0.67 -
YUV 41.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 100 18 12 0 0.82 0.88 0.61 4.09 0.79 0.22
Hex 64 12 C 0 52 58 3D 4 4F 16
Octal 144 22 14 0 122 130 75 4 117 26
Binary 1100100 10010 1100 0 1010010 1011000 111101 100 1001111 10110

Color Harmonies of #64120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64120C

Black with #64120C

Text Example


Text Example

White with #64120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64120C; }

 p { color: rgb(100,18,12); }

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

background-color css

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

 a { background-color: rgb(100,18,12); }

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

border-color css

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

 span { border-color: rgb(100,18,12); }

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