Html Css Color HEX #640F03 Red Oxide

📋 copy color: '#640F03'

red 100 ◦ green 15 ◦ blue 3

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

Shades of Red Oxide #640F03

Tints of Red Oxide #640F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.71%

 BLUE value IS 3 (1.56% from 255) = 2.54%

R = 84.75%
G = 12.71%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#640F03 (or 0x640F03) is known color: Red Oxide. HEX triplet: 64, 0F and 03. RGB value is (100,15,3). Sum of RGB (Red+Green+Blue) = 100+15+3=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #640F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F03 is #9BF0FC. Grayscale: #272727. Windows color (decimal): -10219773 or 200548. OLE color: 200548.

HSL color Cylindrical-coordinate representation of color #640F03: hue angle of 7.42º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640F03 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 15 3 -
CMYK 0 0.85 0.97 0.61
HSL 7.42º 0.94% 0.2% -
HSV(B) 7.42º 0.97% 0.39% -
XYZ 5.44 3.06 0.39 -
YUV 39.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 100 15 3 0 0.85 0.97 0.61 7.42 0.94 0.2
Hex 64 F 3 0 55 61 3D 7 5E 14
Octal 144 17 3 0 125 141 75 7 136 24
Binary 1100100 1111 11 0 1010101 1100001 111101 111 1011110 10100

Color Harmonies of #640F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F03

Black with #640F03

Text Example


Text Example

White with #640F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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