Html Css Color HEX #9C2A30 Guardsman Red

📋 copy color: '#9C2A30'

red 156 ◦ green 42 ◦ blue 48

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

Shades of Guardsman Red #9C2A30

Tints of Guardsman Red #9C2A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 63.41%
G = 17.07%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C2A30 (or 0x9C2A30) is known color: Guardsman Red. HEX triplet: 9C, 2A and 30. RGB value is (156,42,48). Sum of RGB (Red+Green+Blue) = 156+42+48=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A30 is #63D5CF. Grayscale: #4C4C4C. Windows color (decimal): -6542800 or 3156636. OLE color: 3156636.

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

Color convert

RGB 156 42 48 -
CMYK 0 0.73 0.69 0.39
HSL 356.84º 0.58% 0.39% -
HSV(B) 356.84º 0.73% 0.61% -
XYZ 15.07 8.94 3.73 -
YUV 76.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 156 42 48 0 0.73 0.69 0.39 356.84 0.58 0.39
Hex 9C 2A 30 0 49 45 27 165 3A 27
Octal 234 52 60 0 111 105 47 545 72 47
Binary 10011100 101010 110000 0 1001001 1000101 100111 101100101 111010 100111

Color Harmonies of #9C2A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2A30

Black with #9C2A30

Text Example


Text Example

White with #9C2A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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