#611202

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

Shades of Red Oxide #611202

Tints of Red Oxide #611202

Color information

#611202 (or 0x611202) is unknown color: approx Red Oxide. HEX triplet: 61, 12 and 02. RGB value is (97,18,2). Sum of RGB (Red+Green+Blue) = 97+18+2=117 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.91% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 97 - color contains mainly: red. Hex color #611202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611202 is #9EEDFD. Grayscale: #272727. Windows color (decimal): -10415614 or 135777. OLE color: 135777.

HSL color Cylindrical-coordinate representation of color #611202: hue angle of 10.11º 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 #611202 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB97182-
CMYK00.810.980.62
HSL10.11º95.96%19.41%-
HSV(B)10.11º97.94%38.04%-
XYZ5.162.980.36-
YUV39.8106.67168.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.91%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=82.91%
G=15.38%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9718200.810.980.6210.1195.9619.41
Hex61122051623Ea6013
Octal1412220121142761214023
Binary110000110010100101000111000101111101010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611202; }

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

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

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

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

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

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

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

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