#610E02

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

Shades of Red Oxide #610E02

Tints of Red Oxide #610E02

Color information

#610E02 (or 0x610E02) is unknown color: approx Red Oxide. HEX triplet: 61, 0E and 02. RGB value is (97,14,2). Sum of RGB (Red+Green+Blue) = 97+14+2=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #610E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E02 is #9EF1FD. Grayscale: #252525. Windows color (decimal): -10416638 or 134753. OLE color: 134753.

HSL color Cylindrical-coordinate representation of color #610E02: hue angle of 7.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610E02 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB97142-
CMYK00.860.980.62
HSL7.58º95.96%19.41%-
HSV(B)7.58º97.94%38.04%-
XYZ5.12.860.34-
YUV37.45108170.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 85.84%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=85.84%
G=12.39%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9714200.860.980.627.5895.9619.41
Hex61E2056623E86013
Octal1411620126142761014023
Binary11000011110100101011011000101111101000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610E02; }

 p { color: rgb(97,14,2); }

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

<style>
 a { background-color: #610E02; }

 a { background-color: rgb(97,14,2); }

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

<style>
 span { border-color: #610E02; }

 span { border-color: rgb(97,14,2); }

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