Html Css Color HEX #9C303C Guardsman Red

📋 copy color: '#9C303C'

red 156 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #9C303C

Tints of Guardsman Red #9C303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 59.09%
G = 18.18%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C303C (or 0x9C303C) is known color: Guardsman Red. HEX triplet: 9C, 30 and 3C. RGB value is (156,48,60). Sum of RGB (Red+Green+Blue) = 156+48+60=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C303C is #63CFC3. Grayscale: #515151. Windows color (decimal): -6541252 or 3944604. OLE color: 3944604.

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

Color convert

RGB 156 48 60 -
CMYK 0 0.69 0.62 0.39
HSL 353.33º 0.53% 0.4% -
HSV(B) 353.33º 0.69% 0.61% -
XYZ 15.58 9.51 5.29 -
YUV 81.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 156 48 60 0 0.69 0.62 0.39 353.33 0.53 0.4
Hex 9C 30 3C 0 45 3E 27 161 35 28
Octal 234 60 74 0 105 76 47 541 65 50
Binary 10011100 110000 111100 0 1000101 111110 100111 101100001 110101 101000

Color Harmonies of #9C303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C303C

Black with #9C303C

Text Example


Text Example

White with #9C303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,48,60); }

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

background-color css

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

 a { background-color: rgb(156,48,60); }

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

border-color css

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

 span { border-color: rgb(156,48,60); }

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