Html Css Color HEX #9D2A2E Guardsman Red

📋 copy color: '#9D2A2E'

red 157 ◦ green 42 ◦ blue 46

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

Shades of Guardsman Red #9D2A2E

Tints of Guardsman Red #9D2A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 64.08%
G = 17.14%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9D2A2E (or 0x9D2A2E) is known color: Guardsman Red. HEX triplet: 9D, 2A and 2E. RGB value is (157,42,46). Sum of RGB (Red+Green+Blue) = 157+42+46=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A2E is #62D5D1. Grayscale: #4C4C4C. Windows color (decimal): -6477266 or 3025565. OLE color: 3025565.

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

Color convert

RGB 157 42 46 -
CMYK 0 0.73 0.71 0.38
HSL 357.91º 0.58% 0.39% -
HSV(B) 357.91º 0.73% 0.62% -
XYZ 15.23 9.02 3.52 -
YUV 76.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 157 42 46 0 0.73 0.71 0.38 357.91 0.58 0.39
Hex 9D 2A 2E 0 49 47 26 166 3A 27
Octal 235 52 56 0 111 107 46 546 72 47
Binary 10011101 101010 101110 0 1001001 1000111 100110 101100110 111010 100111

Color Harmonies of #9D2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2A2E

Black with #9D2A2E

Text Example


Text Example

White with #9D2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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