Html Css Color HEX #5C1310 Red Oxide

📋 copy color: '#5C1310'

red 92 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #5C1310

Tints of Red Oxide #5C1310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 72.44%
G = 14.96%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#5C1310 (or 0x5C1310) is known color: Red Oxide. HEX triplet: 5C, 13 and 10. RGB value is (92,19,16). Sum of RGB (Red+Green+Blue) = 92+19+16=127 (16% of max value = 765). Red value is 92 (36.33% from 255 or 72.44% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1310 is #A3ECEF. Grayscale: #282828. Windows color (decimal): -10743024 or 1053532. OLE color: 1053532.

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

Color convert

RGB 92 19 16 -
CMYK 0 0.79 0.83 0.64
HSL 2.37º 0.7% 0.21% -
HSV(B) 2.37º 0.83% 0.36% -
XYZ 4.74 2.78 0.78 -
YUV 40.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 92 19 16 0 0.79 0.83 0.64 2.37 0.7 0.21
Hex 5C 13 10 0 4F 53 40 2 46 15
Octal 134 23 20 0 117 123 100 2 106 25
Binary 1011100 10011 10000 0 1001111 1010011 1000000 10 1000110 10101

Color Harmonies of #5C1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1310

Black with #5C1310

Text Example


Text Example

White with #5C1310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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