Html Css Color HEX #9D2A2C Guardsman Red

📋 copy color: '#9D2A2C'

red 157 ◦ green 42 ◦ blue 44

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

Shades of Guardsman Red #9D2A2C

Tints of Guardsman Red #9D2A2C

RGB

 RED value IS 157 (61.72% from 255) = 64.61%

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

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 64.61%
G = 17.28%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9D2A2C (or 0x9D2A2C) is known color: Guardsman Red. HEX triplet: 9D, 2A and 2C. RGB value is (157,42,44). Sum of RGB (Red+Green+Blue) = 157+42+44=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A2C is #62D5D3. Grayscale: #4C4C4C. Windows color (decimal): -6477268 or 2894493. OLE color: 2894493.

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

Color convert

RGB 157 42 44 -
CMYK 0 0.73 0.72 0.38
HSL 358.96º 0.58% 0.39% -
HSV(B) 358.96º 0.73% 0.62% -
XYZ 15.19 9.01 3.32 -
YUV 76.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 157 42 44 0 0.73 0.72 0.38 358.96 0.58 0.39
Hex 9D 2A 2C 0 49 48 26 167 3A 27
Octal 235 52 54 0 111 110 46 547 72 47
Binary 10011101 101010 101100 0 1001001 1001000 100110 101100111 111010 100111

Color Harmonies of #9D2A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2A2C

Black with #9D2A2C

Text Example


Text Example

White with #9D2A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,42,44); }

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

background-color css

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

 a { background-color: rgb(157,42,44); }

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

border-color css

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

 span { border-color: rgb(157,42,44); }

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