#661212

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

Shades of Red Oxide #661212

Tints of Red Oxide #661212

Color information

#661212 (or 0x661212) is unknown color: approx Red Oxide. HEX triplet: 66, 12 and 12. RGB value is (102,18,18). Sum of RGB (Red+Green+Blue) = 102+18+18=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #661212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661212 is #99EDED. Grayscale: #2B2B2B. Windows color (decimal): -10087918 or 1184358. OLE color: 1184358.

HSL color Cylindrical-coordinate representation of color #661212: hue angle of 0º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661212 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1021818-
CMYK00.820.820.6
HSL70%23.53%-
HSV(B)82.35%40%-
XYZ5.83.30.9-
YUV43.12113.83170-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=73.91%
G=13.04%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102181800.820.820.607023.53
Hex661212052523C04618
Octal1462222012212274010630
Binary110011010010100100101001010100101111000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661212; }

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

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

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

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

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

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

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

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