Html Css Color HEX #9C363B Guardsman Red

📋 copy color: '#9C363B'

red 156 ◦ green 54 ◦ blue 59

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

Shades of Guardsman Red #9C363B

Tints of Guardsman Red #9C363B

RGB

 RED value IS 156 (61.33% from 255) = 57.99%

 GREEN value IS 54 (21.48% from 255) = 20.07%

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 57.99%
G = 20.07%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C363B (or 0x9C363B) is known color: Guardsman Red. HEX triplet: 9C, 36 and 3B. RGB value is (156,54,59). Sum of RGB (Red+Green+Blue) = 156+54+59=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C363B is #63C9C4. Grayscale: #555555. Windows color (decimal): -6539717 or 3880604. OLE color: 3880604.

HSL color Cylindrical-coordinate representation of color #9C363B: hue angle of 357.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C363B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 54 59 -
CMYK 0 0.65 0.62 0.39
HSL 357.06º 0.49% 0.41% -
HSV(B) 357.06º 0.65% 0.61% -
XYZ 15.82 10.02 5.24 -
YUV 85.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 156 54 59 0 0.65 0.62 0.39 357.06 0.49 0.41
Hex 9C 36 3B 0 41 3E 27 165 31 29
Octal 234 66 73 0 101 76 47 545 61 51
Binary 10011100 110110 111011 0 1000001 111110 100111 101100101 110001 101001

Color Harmonies of #9C363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C363B

Black with #9C363B

Text Example


Text Example

White with #9C363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C363B; }

 p { color: rgb(156,54,59); }

 H1.HeaderClassName
 {
   color: #9C363B;
 }
 .AnyTagClassName
 {
   color: #9C363B;
 }
</style>

background-color css

<style>
 a { background-color: #9C363B; }

 a { background-color: rgb(156,54,59); }

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

border-color css

<style>
 span { border-color: #9C363B; }

 span { border-color: rgb(156,54,59); }

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