Html Css Color HEX #5C0303 Maroon

📋 copy color: '#5C0303'

red 92 ◦ green 3 ◦ blue 3

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

Shades of Maroon #5C0303

Tints of Maroon #5C0303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 93.88%
G = 3.06%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#5C0303 (or 0x5C0303) is known color: Maroon. HEX triplet: 5C, 03 and 03. RGB value is (92,3,3). Sum of RGB (Red+Green+Blue) = 92+3+3=98 (12% of max value = 765). Red value is 92 (36.33% from 255 or 93.88% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0303 is #A3FCFC. Grayscale: #1D1D1D. Windows color (decimal): -10747133 or 197468. OLE color: 197468.

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

Color convert

RGB 92 3 3 -
CMYK 0 0.97 0.97 0.64
HSL 0.94% 0.19% -
HSV(B) 0.97% 0.36% -
XYZ 4.46 2.35 0.3 -
YUV 29.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 92 3 3 0 0.97 0.97 0.64 0 0.94 0.19
Hex 5C 3 3 0 61 61 40 0 5E 13
Octal 134 3 3 0 141 141 100 0 136 23
Binary 1011100 11 11 0 1100001 1100001 1000000 0 1011110 10011

Color Harmonies of #5C0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0303

Black with #5C0303

Text Example


Text Example

White with #5C0303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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