Html Css Color HEX #64110B Red Oxide

📋 copy color: '#64110B'

red 100 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #64110B

Tints of Red Oxide #64110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.59%

R = 78.13%
G = 13.28%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#64110B (or 0x64110B) is known color: Red Oxide. HEX triplet: 64, 11 and 0B. RGB value is (100,17,11). Sum of RGB (Red+Green+Blue) = 100+17+11=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #64110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64110B is #9BEEF4. Grayscale: #292929. Windows color (decimal): -10219253 or 725348. OLE color: 725348.

HSL color Cylindrical-coordinate representation of color #64110B: hue angle of 4.04º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64110B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 17 11 -
CMYK 0 0.83 0.89 0.61
HSL 4.04º 0.8% 0.22% -
HSV(B) 4.04º 0.89% 0.39% -
XYZ 5.52 3.13 0.63 -
YUV 41.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 100 17 11 0 0.83 0.89 0.61 4.04 0.8 0.22
Hex 64 11 B 0 53 59 3D 4 50 16
Octal 144 21 13 0 123 131 75 4 120 26
Binary 1100100 10001 1011 0 1010011 1011001 111101 100 1010000 10110

Color Harmonies of #64110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64110B

Black with #64110B

Text Example


Text Example

White with #64110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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