Html Css Color HEX #62180C Red Oxide

📋 copy color: '#62180C'

red 98 ◦ green 24 ◦ blue 12

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

Shades of Red Oxide #62180C

Tints of Red Oxide #62180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

 BLUE value IS 12 (5.08% from 255) = 8.96%

R = 73.13%
G = 17.91%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#62180C (or 0x62180C) is known color: Red Oxide. HEX triplet: 62, 18 and 0C. RGB value is (98,24,12). Sum of RGB (Red+Green+Blue) = 98+24+12=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62180C is #9DE7F3. Grayscale: #2C2C2C. Windows color (decimal): -10348532 or 792674. OLE color: 792674.

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

Color convert

RGB 98 24 12 -
CMYK 0 0.76 0.88 0.62
HSL 8.37º 0.78% 0.22% -
HSV(B) 8.37º 0.88% 0.38% -
XYZ 5.43 3.28 0.69 -
YUV 44.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 98 24 12 0 0.76 0.88 0.62 8.37 0.78 0.22
Hex 62 18 C 0 4C 58 3E 8 4E 16
Octal 142 30 14 0 114 130 76 10 116 26
Binary 1100010 11000 1100 0 1001100 1011000 111110 1000 1001110 10110

Color Harmonies of #62180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62180C

Black with #62180C

Text Example


Text Example

White with #62180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62180C;
 }
 .AnyTagClassName
 {
   color: #62180C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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