Html Css Color HEX #5C120B Red Oxide

📋 copy color: '#5C120B'

red 92 ◦ green 18 ◦ blue 11

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

Shades of Red Oxide #5C120B

Tints of Red Oxide #5C120B

RGB

 RED value IS 92 (36.33% from 255) = 76.03%

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

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

R = 76.03%
G = 14.88%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5C120B (or 0x5C120B) is known color: Red Oxide. HEX triplet: 5C, 12 and 0B. RGB value is (92,18,11). Sum of RGB (Red+Green+Blue) = 92+18+11=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C120B is #A3EDF4. Grayscale: #272727. Windows color (decimal): -10743285 or 725596. OLE color: 725596.

HSL color Cylindrical-coordinate representation of color #5C120B: hue angle of 5.19º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C120B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 18 11 -
CMYK 0 0.80 0.88 0.64
HSL 5.19º 0.79% 0.2% -
HSV(B) 5.19º 0.88% 0.36% -
XYZ 4.69 2.73 0.6 -
YUV 39.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 92 18 11 0 0.80 0.88 0.64 5.19 0.79 0.2
Hex 5C 12 B 0 50 58 40 5 4F 14
Octal 134 22 13 0 120 130 100 5 117 24
Binary 1011100 10010 1011 0 1010000 1011000 1000000 101 1001111 10100

Color Harmonies of #5C120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C120B

Black with #5C120B

Text Example


Text Example

White with #5C120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C120B; }

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

 H1.HeaderClassName
 {
   color: #5C120B;
 }
 .AnyTagClassName
 {
   color: #5C120B;
 }
</style>

background-color css

<style>
 a { background-color: #5C120B; }

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

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

border-color css

<style>
 span { border-color: #5C120B; }

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

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