Html Css Color HEX #5C201B Red Oxide

📋 copy color: '#5C201B'

red 92 ◦ green 32 ◦ blue 27

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

Shades of Red Oxide #5C201B

Tints of Red Oxide #5C201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 60.93%
G = 21.19%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5C201B (or 0x5C201B) is known color: Red Oxide. HEX triplet: 5C, 20 and 1B. RGB value is (92,32,27). Sum of RGB (Red+Green+Blue) = 92+32+27=151 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.93% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 92 - color contains mainly: red. Hex color #5C201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C201B is #A3DFE4. Grayscale: #313131. Windows color (decimal): -10739685 or 1777756. OLE color: 1777756.

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

Color convert

RGB 92 32 27 -
CMYK 0 0.65 0.71 0.64
HSL 4.62º 0.55% 0.23% -
HSV(B) 4.62º 0.71% 0.36% -
XYZ 5.13 3.39 1.42 -
YUV 49.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 92 32 27 0 0.65 0.71 0.64 4.62 0.55 0.23
Hex 5C 20 1B 0 41 47 40 5 37 17
Octal 134 40 33 0 101 107 100 5 67 27
Binary 1011100 100000 11011 0 1000001 1000111 1000000 101 110111 10111

Color Harmonies of #5C201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C201B

Black with #5C201B

Text Example


Text Example

White with #5C201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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