Html Css Color HEX #5C130A Red Oxide

📋 copy color: '#5C130A'

red 92 ◦ green 19 ◦ blue 10

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

Shades of Red Oxide #5C130A

Tints of Red Oxide #5C130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 76.03%
G = 15.7%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5C130A (or 0x5C130A) is known color: Red Oxide. HEX triplet: 5C, 13 and 0A. RGB value is (92,19,10). Sum of RGB (Red+Green+Blue) = 92+19+10=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C130A is #A3ECF5. Grayscale: #272727. Windows color (decimal): -10743030 or 660316. OLE color: 660316.

HSL color Cylindrical-coordinate representation of color #5C130A: hue angle of 6.59º 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 #5C130A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 19 10 -
CMYK 0 0.79 0.89 0.64
HSL 6.59º 0.8% 0.2% -
HSV(B) 6.59º 0.89% 0.36% -
XYZ 4.7 2.76 0.57 -
YUV 39.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 92 19 10 0 0.79 0.89 0.64 6.59 0.8 0.2
Hex 5C 13 A 0 4F 59 40 7 50 14
Octal 134 23 12 0 117 131 100 7 120 24
Binary 1011100 10011 1010 0 1001111 1011001 1000000 111 1010000 10100

Color Harmonies of #5C130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C130A

Black with #5C130A

Text Example


Text Example

White with #5C130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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