Html Css Color HEX #62120B Red Oxide

📋 copy color: '#62120B'

red 98 ◦ green 18 ◦ blue 11

#62120B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #62120B

Tints of Red Oxide #62120B

RGB

 RED value IS 98 (38.67% from 255) = 77.17%

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 77.17%
G = 14.17%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#62120B (or 0x62120B) is known color: Red Oxide. HEX triplet: 62, 12 and 0B. RGB value is (98,18,11). Sum of RGB (Red+Green+Blue) = 98+18+11=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #62120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62120B is #9DEDF4. Grayscale: #292929. Windows color (decimal): -10350069 or 725602. OLE color: 725602.

HSL color Cylindrical-coordinate representation of color #62120B: hue angle of 4.83º 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 #62120B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 11 -
CMYK 0 0.82 0.89 0.62
HSL 4.83º 0.8% 0.21% -
HSV(B) 4.83º 0.89% 0.38% -
XYZ 5.31 3.05 0.63 -
YUV 41.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 98 18 11 0 0.82 0.89 0.62 4.83 0.8 0.21
Hex 62 12 B 0 52 59 3E 5 50 15
Octal 142 22 13 0 122 131 76 5 120 25
Binary 1100010 10010 1011 0 1010010 1011001 111110 101 1010000 10101

Color Harmonies of #62120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62120B

Black with #62120B

Text Example


Text Example

White with #62120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62120B;
 }
 .AnyTagClassName
 {
   color: #62120B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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