Html Css Color HEX #640B0A Red Oxide

📋 copy color: '#640B0A'

red 100 ◦ green 11 ◦ blue 10

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

Shades of Red Oxide #640B0A

Tints of Red Oxide #640B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.09%

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

R = 82.64%
G = 9.09%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#640B0A (or 0x640B0A) is known color: Red Oxide. HEX triplet: 64, 0B and 0A. RGB value is (100,11,10). Sum of RGB (Red+Green+Blue) = 100+11+10=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #640B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640B0A is #9BF4F5. Grayscale: #252525. Windows color (decimal): -10220790 or 658276. OLE color: 658276.

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

Color convert

RGB 100 11 10 -
CMYK 0 0.89 0.90 0.61
HSL 0.67º 0.82% 0.22% -
HSV(B) 0.67º 0.9% 0.39% -
XYZ 5.43 2.97 0.57 -
YUV 37.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 100 11 10 0 0.89 0.90 0.61 0.67 0.82 0.22
Hex 64 B A 0 59 5A 3D 1 52 16
Octal 144 13 12 0 131 132 75 1 122 26
Binary 1100100 1011 1010 0 1011001 1011010 111101 1 1010010 10110

Color Harmonies of #640B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B0A

Black with #640B0A

Text Example


Text Example

White with #640B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640B0A; }

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

 H1.HeaderClassName
 {
   color: #640B0A;
 }
 .AnyTagClassName
 {
   color: #640B0A;
 }
</style>

background-color css

<style>
 a { background-color: #640B0A; }

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

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

border-color css

<style>
 span { border-color: #640B0A; }

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

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