#64100B

Color #64100B Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #64100B

Tints of Red Oxide #64100B

Color information

#64100B (or 0x64100B) is unknown color: approx Red Oxide. HEX triplet: 64, 10 and 0B. RGB value is (100,16,11). Sum of RGB (Red+Green+Blue) = 100+16+11=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #64100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64100B is #9BEFF4. Grayscale: #282828. Windows color (decimal): -10219509 or 725092. OLE color: 725092.

HSL color Cylindrical-coordinate representation of color #64100B: hue angle of 3.37º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64100B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB1001611-
CMYK00.840.890.61
HSL3.37º80.18%21.76%-
HSV(B)3.37º89%39.22%-
XYZ5.53.10.63-
YUV40.55111.33170.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.74%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=78.74%
G=12.60%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100161100.840.890.613.3780.1821.76
Hex6410B054593D35016
Octal1442013012413175312026
Binary110010010000101101010100101100111110111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64100B; }

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

 H1.HeaderClassName
 {
   color: #64100B;
 }
 .AnyTagClassName
 {
   color: #64100B;
 }
</style>
background-color css

<style>
 a { background-color: #64100B; }

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

 div.DivClassName
 {
   background-color: #64100B;
 }
 .BgClassName
 {
   background-color: #64100B;
 }
</style>
border-color css

<style>
 span { border-color: #64100B; }

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

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