Html Css Color HEX #9C2B30 Guardsman Red

📋 copy color: '#9C2B30'

red 156 ◦ green 43 ◦ blue 48

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

Shades of Guardsman Red #9C2B30

Tints of Guardsman Red #9C2B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 63.16%
G = 17.41%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C2B30 (or 0x9C2B30) is known color: Guardsman Red. HEX triplet: 9C, 2B and 30. RGB value is (156,43,48). Sum of RGB (Red+Green+Blue) = 156+43+48=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B30 is #63D4CF. Grayscale: #4D4D4D. Windows color (decimal): -6542544 or 3156892. OLE color: 3156892.

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

Color convert

RGB 156 43 48 -
CMYK 0 0.72 0.69 0.39
HSL 357.35º 0.57% 0.39% -
HSV(B) 357.35º 0.72% 0.61% -
XYZ 15.11 9.01 3.74 -
YUV 77.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 156 43 48 0 0.72 0.69 0.39 357.35 0.57 0.39
Hex 9C 2B 30 0 48 45 27 165 39 27
Octal 234 53 60 0 110 105 47 545 71 47
Binary 10011100 101011 110000 0 1001000 1000101 100111 101100101 111001 100111

Color Harmonies of #9C2B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B30

Black with #9C2B30

Text Example


Text Example

White with #9C2B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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