#621212

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

Shades of Red Oxide #621212

Tints of Red Oxide #621212

Color information

#621212 (or 0x621212) is unknown color: approx Red Oxide. HEX triplet: 62, 12 and 12. RGB value is (98,18,18). Sum of RGB (Red+Green+Blue) = 98+18+18=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #621212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621212 is #9DEDED. Grayscale: #292929. Windows color (decimal): -10350062 or 1184354. OLE color: 1184354.

HSL color Cylindrical-coordinate representation of color #621212: 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.82%. Process color model (Four color, CMYK) of #621212 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB981818-
CMYK00.820.820.62
HSL68.97%22.75%-
HSV(B)81.63%38.43%-
XYZ5.363.070.88-
YUV41.92114.5168-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.13%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=73.13%
G=13.43%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98181800.820.820.62068.9722.75
Hex621212052523E04517
Octal1422222012212276010527
Binary110001010010100100101001010100101111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621212; }

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

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

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

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

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

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

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

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