Html Css Color HEX #9D2C3C Guardsman Red

📋 copy color: '#9D2C3C'

red 157 ◦ green 44 ◦ blue 60

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

Shades of Guardsman Red #9D2C3C

Tints of Guardsman Red #9D2C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.86%

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

R = 60.15%
G = 16.86%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D2C3C (or 0x9D2C3C) is known color: Guardsman Red. HEX triplet: 9D, 2C and 3C. RGB value is (157,44,60). Sum of RGB (Red+Green+Blue) = 157+44+60=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C3C is #62D3C3. Grayscale: #4F4F4F. Windows color (decimal): -6476740 or 3943581. OLE color: 3943581.

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

Color convert

RGB 157 44 60 -
CMYK 0 0.72 0.62 0.38
HSL 351.5º 0.56% 0.39% -
HSV(B) 351.5º 0.72% 0.62% -
XYZ 15.62 9.3 5.25 -
YUV 79.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 157 44 60 0 0.72 0.62 0.38 351.5 0.56 0.39
Hex 9D 2C 3C 0 48 3E 26 160 38 27
Octal 235 54 74 0 110 76 46 540 70 47
Binary 10011101 101100 111100 0 1001000 111110 100110 101100000 111000 100111

Color Harmonies of #9D2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2C3C

Black with #9D2C3C

Text Example


Text Example

White with #9D2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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