Html Css Color HEX #5C1001 Red Oxide

📋 copy color: '#5C1001'

red 92 ◦ green 16 ◦ blue 1

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

Shades of Red Oxide #5C1001

Tints of Red Oxide #5C1001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 84.4%
G = 14.68%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5C1001 (or 0x5C1001) is known color: Red Oxide. HEX triplet: 5C, 10 and 01. RGB value is (92,16,1). Sum of RGB (Red+Green+Blue) = 92+16+1=109 (14% of max value = 765). Red value is 92 (36.33% from 255 or 84.40% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1001 is #A3EFFE. Grayscale: #252525. Windows color (decimal): -10743807 or 69724. OLE color: 69724.

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

Color convert

RGB 92 16 1 -
CMYK 0 0.83 0.99 0.64
HSL 9.89º 0.98% 0.18% -
HSV(B) 9.89º 0.99% 0.36% -
XYZ 4.6 2.65 0.3 -
YUV 37.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 92 16 1 0 0.83 0.99 0.64 9.89 0.98 0.18
Hex 5C 10 1 0 53 63 40 A 62 12
Octal 134 20 1 0 123 143 100 12 142 22
Binary 1011100 10000 1 0 1010011 1100011 1000000 1010 1100010 10010

Color Harmonies of #5C1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1001

Black with #5C1001

Text Example


Text Example

White with #5C1001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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