Html Css Color HEX #64150A Red Oxide

📋 copy color: '#64150A'

red 100 ◦ green 21 ◦ blue 10

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

Shades of Red Oxide #64150A

Tints of Red Oxide #64150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 76.34%
G = 16.03%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64150A (or 0x64150A) is known color: Red Oxide. HEX triplet: 64, 15 and 0A. RGB value is (100,21,10). Sum of RGB (Red+Green+Blue) = 100+21+10=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #64150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64150A is #9BEAF5. Grayscale: #2B2B2B. Windows color (decimal): -10218230 or 660836. OLE color: 660836.

HSL color Cylindrical-coordinate representation of color #64150A: hue angle of 7.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64150A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 10 -
CMYK 0 0.79 0.90 0.61
HSL 7.33º 0.82% 0.22% -
HSV(B) 7.33º 0.9% 0.39% -
XYZ 5.58 3.27 0.62 -
YUV 43.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 100 21 10 0 0.79 0.90 0.61 7.33 0.82 0.22
Hex 64 15 A 0 4F 5A 3D 7 52 16
Octal 144 25 12 0 117 132 75 7 122 26
Binary 1100100 10101 1010 0 1001111 1011010 111101 111 1010010 10110

Color Harmonies of #64150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64150A

Black with #64150A

Text Example


Text Example

White with #64150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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