#620F02

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

Shades of Red Oxide #620F02

Tints of Red Oxide #620F02

Color information

#620F02 (or 0x620F02) is unknown color: approx Red Oxide. HEX triplet: 62, 0F and 02. RGB value is (98,15,2). Sum of RGB (Red+Green+Blue) = 98+15+2=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #620F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F02 is #9DF0FD. Grayscale: #262626. Windows color (decimal): -10350846 or 135010. OLE color: 135010.

HSL color Cylindrical-coordinate representation of color #620F02: hue angle of 8.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620F02 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB98152-
CMYK00.850.980.62
HSL8.12º96%19.61%-
HSV(B)8.12º97.96%38.43%-
XYZ5.222.940.35-
YUV38.34107.5170.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 85.22%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=85.22%
G=13.04%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9815200.850.980.628.129619.61
Hex62F2055623E86014
Octal1421720125142761014024
Binary11000101111100101010111000101111101000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F02; }

 p { color: rgb(98,15,2); }

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

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

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

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

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

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

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