Html Css Color HEX #62180B Red Oxide

📋 copy color: '#62180B'

red 98 ◦ green 24 ◦ blue 11

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

Shades of Red Oxide #62180B

Tints of Red Oxide #62180B

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 value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#62180B (or 0x62180B) is known color: 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

RGB 98 24 11 -
CMYK 0 0.76 0.89 0.62
HSL 8.97º 0.8% 0.21% -
HSV(B) 8.97º 0.89% 0.38% -
XYZ 5.42 3.27 0.66 -
YUV 44.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 98 24 11 0 0.76 0.89 0.62 8.97 0.8 0.21
Hex 62 18 B 0 4C 59 3E 9 50 15
Octal 142 30 13 0 114 131 76 11 120 25
Binary 1100010 11000 1011 0 1001100 1011001 111110 1001 1010000 10101

Color Harmonies of #62180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62180B

Black with #62180B

Text Example


Text Example

White with #62180B

Text Example


Text Example

HTML Codes & Css Web 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>