Html Css Color HEX #5C1B14 Red Oxide

📋 copy color: '#5C1B14'

red 92 ◦ green 27 ◦ blue 20

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

Shades of Red Oxide #5C1B14

Tints of Red Oxide #5C1B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.42%

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 66.19%
G = 19.42%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#5C1B14 (or 0x5C1B14) is known color: Red Oxide. HEX triplet: 5C, 1B and 14. RGB value is (92,27,20). Sum of RGB (Red+Green+Blue) = 92+27+20=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1B14 is #A3E4EB. Grayscale: #2D2D2D. Windows color (decimal): -10740972 or 1317724. OLE color: 1317724.

HSL color Cylindrical-coordinate representation of color #5C1B14: hue angle of 5.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C1B14 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 27 20 -
CMYK 0 0.71 0.78 0.64
HSL 5.83º 0.64% 0.22% -
HSV(B) 5.83º 0.78% 0.36% -
XYZ 4.93 3.11 1 -
YUV 45.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 92 27 20 0 0.71 0.78 0.64 5.83 0.64 0.22
Hex 5C 1B 14 0 47 4E 40 6 40 16
Octal 134 33 24 0 107 116 100 6 100 26
Binary 1011100 11011 10100 0 1000111 1001110 1000000 110 1000000 10110

Color Harmonies of #5C1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1B14

Black with #5C1B14

Text Example


Text Example

White with #5C1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,27,20); }

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

background-color css

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

 a { background-color: rgb(92,27,20); }

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

border-color css

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

 span { border-color: rgb(92,27,20); }

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