Html Css Color HEX #64180D Red Oxide

📋 copy color: '#64180D'

red 100 ◦ green 24 ◦ blue 13

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

Shades of Red Oxide #64180D

Tints of Red Oxide #64180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.52%

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 72.99%
G = 17.52%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#64180D (or 0x64180D) is known color: Red Oxide. HEX triplet: 64, 18 and 0D. RGB value is (100,24,13). Sum of RGB (Red+Green+Blue) = 100+24+13=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #64180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64180D is #9BE7F2. Grayscale: #2D2D2D. Windows color (decimal): -10217459 or 858212. OLE color: 858212.

HSL color Cylindrical-coordinate representation of color #64180D: hue angle of 7.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64180D is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 24 13 -
CMYK 0 0.76 0.87 0.61
HSL 7.59º 0.77% 0.22% -
HSV(B) 7.59º 0.87% 0.39% -
XYZ 5.65 3.39 0.74 -
YUV 45.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 100 24 13 0 0.76 0.87 0.61 7.59 0.77 0.22
Hex 64 18 D 0 4C 57 3D 8 4D 16
Octal 144 30 15 0 114 127 75 10 115 26
Binary 1100100 11000 1101 0 1001100 1010111 111101 1000 1001101 10110

Color Harmonies of #64180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64180D

Black with #64180D

Text Example


Text Example

White with #64180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64180D; }

 p { color: rgb(100,24,13); }

 H1.HeaderClassName
 {
   color: #64180D;
 }
 .AnyTagClassName
 {
   color: #64180D;
 }
</style>

background-color css

<style>
 a { background-color: #64180D; }

 a { background-color: rgb(100,24,13); }

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

border-color css

<style>
 span { border-color: #64180D; }

 span { border-color: rgb(100,24,13); }

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