Html Css Color HEX #64190B Red Oxide

📋 copy color: '#64190B'

red 100 ◦ green 25 ◦ blue 11

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

Shades of Red Oxide #64190B

Tints of Red Oxide #64190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

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

R = 73.53%
G = 18.38%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#64190B (or 0x64190B) is known color: Red Oxide. HEX triplet: 64, 19 and 0B. RGB value is (100,25,11). Sum of RGB (Red+Green+Blue) = 100+25+11=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #64190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64190B is #9BE6F4. Grayscale: #2D2D2D. Windows color (decimal): -10217205 or 727396. OLE color: 727396.

HSL color Cylindrical-coordinate representation of color #64190B: hue angle of 9.44º 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 #64190B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 25 11 -
CMYK 0 0.75 0.89 0.61
HSL 9.44º 0.8% 0.22% -
HSV(B) 9.44º 0.89% 0.39% -
XYZ 5.66 3.43 0.68 -
YUV 45.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 100 25 11 0 0.75 0.89 0.61 9.44 0.8 0.22
Hex 64 19 B 0 4B 59 3D 9 50 16
Octal 144 31 13 0 113 131 75 11 120 26
Binary 1100100 11001 1011 0 1001011 1011001 111101 1001 1010000 10110

Color Harmonies of #64190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64190B

Black with #64190B

Text Example


Text Example

White with #64190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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