Html Css Color HEX #9C2A2B Guardsman Red

📋 copy color: '#9C2A2B'

red 156 ◦ green 42 ◦ blue 43

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

Shades of Guardsman Red #9C2A2B

Tints of Guardsman Red #9C2A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 64.73%
G = 17.43%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C2A2B (or 0x9C2A2B) is known color: Guardsman Red. HEX triplet: 9C, 2A and 2B. RGB value is (156,42,43). Sum of RGB (Red+Green+Blue) = 156+42+43=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A2B is #63D5D4. Grayscale: #4C4C4C. Windows color (decimal): -6542805 or 2828956. OLE color: 2828956.

HSL color Cylindrical-coordinate representation of color #9C2A2B: hue angle of 359.47º 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 #9C2A2B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 42 43 -
CMYK 0 0.73 0.72 0.39
HSL 359.47º 0.58% 0.39% -
HSV(B) 359.47º 0.73% 0.61% -
XYZ 14.97 8.9 3.21 -
YUV 76.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 156 42 43 0 0.73 0.72 0.39 359.47 0.58 0.39
Hex 9C 2A 2B 0 49 48 27 167 3A 27
Octal 234 52 53 0 111 110 47 547 72 47
Binary 10011100 101010 101011 0 1001001 1001000 100111 101100111 111010 100111

Color Harmonies of #9C2A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2A2B

Black with #9C2A2B

Text Example


Text Example

White with #9C2A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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