Html Css Color HEX #64140A Red Oxide

📋 copy color: '#64140A'

red 100 ◦ green 20 ◦ blue 10

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

Shades of Red Oxide #64140A

Tints of Red Oxide #64140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

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

R = 76.92%
G = 15.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64140A (or 0x64140A) is known color: Red Oxide. HEX triplet: 64, 14 and 0A. RGB value is (100,20,10). Sum of RGB (Red+Green+Blue) = 100+20+10=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #64140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64140A is #9BEBF5. Grayscale: #2A2A2A. Windows color (decimal): -10218486 or 660580. OLE color: 660580.

HSL color Cylindrical-coordinate representation of color #64140A: hue angle of 6.67º 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 #64140A is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 10 -
CMYK 0 0.8 0.90 0.61
HSL 6.67º 0.82% 0.22% -
HSV(B) 6.67º 0.9% 0.39% -
XYZ 5.56 3.23 0.62 -
YUV 42.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 100 20 10 0 0.8 0.90 0.61 6.67 0.82 0.22
Hex 64 14 A 0 50 5A 3D 7 52 16
Octal 144 24 12 0 120 132 75 7 122 26
Binary 1100100 10100 1010 0 1010000 1011010 111101 111 1010010 10110

Color Harmonies of #64140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64140A

Black with #64140A

Text Example


Text Example

White with #64140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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