Html Css Color HEX #9D2829 Guardsman Red

📋 copy color: '#9D2829'

red 157 ◦ green 40 ◦ blue 41

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

Shades of Guardsman Red #9D2829

Tints of Guardsman Red #9D2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 65.97%
G = 16.81%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9D2829 (or 0x9D2829) is known color: Guardsman Red. HEX triplet: 9D, 28 and 29. RGB value is (157,40,41). Sum of RGB (Red+Green+Blue) = 157+40+41=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2829 is #62D7D6. Grayscale: #4B4B4B. Windows color (decimal): -6477783 or 2697373. OLE color: 2697373.

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

Color convert

RGB 157 40 41 -
CMYK 0 0.75 0.74 0.38
HSL 359.49º 0.59% 0.39% -
HSV(B) 359.49º 0.75% 0.62% -
XYZ 15.06 8.85 3.01 -
YUV 75.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 157 40 41 0 0.75 0.74 0.38 359.49 0.59 0.39
Hex 9D 28 29 0 4B 4A 26 167 3B 27
Octal 235 50 51 0 113 112 46 547 73 47
Binary 10011101 101000 101001 0 1001011 1001010 100110 101100111 111011 100111

Color Harmonies of #9D2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2829

Black with #9D2829

Text Example


Text Example

White with #9D2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,40,41); }

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

background-color css

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

 a { background-color: rgb(157,40,41); }

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

border-color css

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

 span { border-color: rgb(157,40,41); }

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