Html Css Color HEX #64120F Red Oxide

📋 copy color: '#64120F'

red 100 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #64120F

Tints of Red Oxide #64120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.28%

R = 75.19%
G = 13.53%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#64120F (or 0x64120F) is known color: Red Oxide. HEX triplet: 64, 12 and 0F. RGB value is (100,18,15). Sum of RGB (Red+Green+Blue) = 100+18+15=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64120F is #9BEDF0. Grayscale: #2A2A2A. Windows color (decimal): -10218993 or 987748. OLE color: 987748.

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

Color convert

RGB 100 18 15 -
CMYK 0 0.82 0.85 0.61
HSL 2.12º 0.74% 0.23% -
HSV(B) 2.12º 0.85% 0.39% -
XYZ 5.56 3.18 0.77 -
YUV 42.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 100 18 15 0 0.82 0.85 0.61 2.12 0.74 0.23
Hex 64 12 F 0 52 55 3D 2 4A 17
Octal 144 22 17 0 122 125 75 2 112 27
Binary 1100100 10010 1111 0 1010010 1010101 111101 10 1001010 10111

Color Harmonies of #64120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64120F

Black with #64120F

Text Example


Text Example

White with #64120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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