#62180B

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

Shades of Red Oxide #62180B

Tints of Red Oxide #62180B

Color information

#62180B (or 0x62180B) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 0B. RGB value is (98,24,11). Sum of RGB (Red+Green+Blue) = 98+24+11=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #62180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62180B is #9DE7F4. Grayscale: #2C2C2C. Windows color (decimal): -10348533 or 727138. OLE color: 727138.

HSL color Cylindrical-coordinate representation of color #62180B: hue angle of 8.97º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62180B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB982411-
CMYK00.760.890.62
HSL8.97º79.82%21.37%-
HSV(B)8.97º88.78%38.43%-
XYZ5.423.270.66-
YUV44.64109.02166.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=73.68%
G=18.05%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98241100.760.890.628.9779.8221.37
Hex6218B04C593E95015
Octal14230130114131761112025
Binary11000101100010110100110010110011111101001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62180B; }

 p { color: rgb(98,24,11); }

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

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

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

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

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

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

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