Html Css Color HEX #64110C Red Oxide

📋 copy color: '#64110C'

red 100 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #64110C

Tints of Red Oxide #64110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.18%

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

R = 77.52%
G = 13.18%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64110C (or 0x64110C) is known color: Red Oxide. HEX triplet: 64, 11 and 0C. RGB value is (100,17,12). Sum of RGB (Red+Green+Blue) = 100+17+12=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #64110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64110C is #9BEEF3. Grayscale: #292929. Windows color (decimal): -10219252 or 790884. OLE color: 790884.

HSL color Cylindrical-coordinate representation of color #64110C: hue angle of 3.41º 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 #64110C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 17 12 -
CMYK 0 0.83 0.88 0.61
HSL 3.41º 0.79% 0.22% -
HSV(B) 3.41º 0.88% 0.39% -
XYZ 5.52 3.14 0.66 -
YUV 41.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 100 17 12 0 0.83 0.88 0.61 3.41 0.79 0.22
Hex 64 11 C 0 53 58 3D 3 4F 16
Octal 144 21 14 0 123 130 75 3 117 26
Binary 1100100 10001 1100 0 1010011 1011000 111101 11 1001111 10110

Color Harmonies of #64110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64110C

Black with #64110C

Text Example


Text Example

White with #64110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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