#611212

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

Shades of Red Oxide #611212

Tints of Red Oxide #611212

Color information

#611212 (or 0x611212) is unknown color: approx Red Oxide. HEX triplet: 61, 12 and 12. RGB value is (97,18,18). Sum of RGB (Red+Green+Blue) = 97+18+18=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #611212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611212 is #9EEDED. Grayscale: #292929. Windows color (decimal): -10415598 or 1184353. OLE color: 1184353.

HSL color Cylindrical-coordinate representation of color #611212: hue angle of 0º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611212 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB971818-
CMYK00.810.810.62
HSL68.7%22.55%-
HSV(B)81.44%38.04%-
XYZ5.263.020.88-
YUV41.62114.67167.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=72.93%
G=13.53%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97181800.810.810.62068.722.55
Hex611212051513E04517
Octal1412222012112176010527
Binary110000110010100100101000110100011111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611212; }

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

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

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

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

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

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

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

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