Html Css Color HEX #9D262A Guardsman Red

📋 copy color: '#9D262A'

red 157 ◦ green 38 ◦ blue 42

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

Shades of Guardsman Red #9D262A

Tints of Guardsman Red #9D262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 66.24%
G = 16.03%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9D262A (or 0x9D262A) is known color: Guardsman Red. HEX triplet: 9D, 26 and 2A. RGB value is (157,38,42). Sum of RGB (Red+Green+Blue) = 157+38+42=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D262A is #62D9D5. Grayscale: #4A4A4A. Windows color (decimal): -6478294 or 2762397. OLE color: 2762397.

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

Color convert

RGB 157 38 42 -
CMYK 0 0.76 0.73 0.38
HSL 357.98º 0.61% 0.38% -
HSV(B) 357.98º 0.76% 0.62% -
XYZ 15.02 8.72 3.08 -
YUV 74.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 157 38 42 0 0.76 0.73 0.38 357.98 0.61 0.38
Hex 9D 26 2A 0 4C 49 26 166 3D 26
Octal 235 46 52 0 114 111 46 546 75 46
Binary 10011101 100110 101010 0 1001100 1001001 100110 101100110 111101 100110

Color Harmonies of #9D262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D262A

Black with #9D262A

Text Example


Text Example

White with #9D262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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