Html Css Color HEX #5C120A Red Oxide

📋 copy color: '#5C120A'

red 92 ◦ green 18 ◦ blue 10

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

Shades of Red Oxide #5C120A

Tints of Red Oxide #5C120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 76.67%
G = 15%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5C120A (or 0x5C120A) is known color: Red Oxide. HEX triplet: 5C, 12 and 0A. RGB value is (92,18,10). Sum of RGB (Red+Green+Blue) = 92+18+10=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C120A is #A3EDF5. Grayscale: #272727. Windows color (decimal): -10743286 or 660060. OLE color: 660060.

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

Color convert

RGB 92 18 10 -
CMYK 0 0.80 0.89 0.64
HSL 5.85º 0.8% 0.2% -
HSV(B) 5.85º 0.89% 0.36% -
XYZ 4.68 2.73 0.57 -
YUV 39.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 92 18 10 0 0.80 0.89 0.64 5.85 0.8 0.2
Hex 5C 12 A 0 50 59 40 6 50 14
Octal 134 22 12 0 120 131 100 6 120 24
Binary 1011100 10010 1010 0 1010000 1011001 1000000 110 1010000 10100

Color Harmonies of #5C120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C120A

Black with #5C120A

Text Example


Text Example

White with #5C120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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