Html Css Color HEX #64150C Red Oxide

📋 copy color: '#64150C'

red 100 ◦ green 21 ◦ blue 12

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

Shades of Red Oxide #64150C

Tints of Red Oxide #64150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 75.19%
G = 15.79%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64150C (or 0x64150C) is known color: Red Oxide. HEX triplet: 64, 15 and 0C. RGB value is (100,21,12). Sum of RGB (Red+Green+Blue) = 100+21+12=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64150C is #9BEAF3. Grayscale: #2B2B2B. Windows color (decimal): -10218228 or 791908. OLE color: 791908.

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

Color convert

RGB 100 21 12 -
CMYK 0 0.79 0.88 0.61
HSL 6.14º 0.79% 0.22% -
HSV(B) 6.14º 0.88% 0.39% -
XYZ 5.59 3.27 0.68 -
YUV 43.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 100 21 12 0 0.79 0.88 0.61 6.14 0.79 0.22
Hex 64 15 C 0 4F 58 3D 6 4F 16
Octal 144 25 14 0 117 130 75 6 117 26
Binary 1100100 10101 1100 0 1001111 1011000 111101 110 1001111 10110

Color Harmonies of #64150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64150C

Black with #64150C

Text Example


Text Example

White with #64150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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