#62100C

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

Shades of Red Oxide #62100C

Tints of Red Oxide #62100C

Color information

#62100C (or 0x62100C) is unknown color: approx Red Oxide. HEX triplet: 62, 10 and 0C. RGB value is (98,16,12). Sum of RGB (Red+Green+Blue) = 98+16+12=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #62100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62100C is #9DEFF3. Grayscale: #282828. Windows color (decimal): -10350580 or 790626. OLE color: 790626.

HSL color Cylindrical-coordinate representation of color #62100C: hue angle of 2.79º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62100C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB981612-
CMYK00.840.880.62
HSL2.79º78.18%21.57%-
HSV(B)2.79º87.76%38.43%-
XYZ5.292.990.65-
YUV40.06112.17169.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.78%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=77.78%
G=12.70%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98161200.840.880.622.7978.1821.57
Hex6210C054583E34e16
Octal1422014012413076311626
Binary110001010000110001010100101100011111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62100C; }

 p { color: rgb(98,16,12); }

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

<style>
 a { background-color: #62100C; }

 a { background-color: rgb(98,16,12); }

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

<style>
 span { border-color: #62100C; }

 span { border-color: rgb(98,16,12); }

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