Html Css Color HEX #9F2935 Guardsman Red

📋 copy color: '#9F2935'

red 159 ◦ green 41 ◦ blue 53

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

Shades of Guardsman Red #9F2935

Tints of Guardsman Red #9F2935

RGB

 RED value IS 159 (62.5% from 255) = 62.85%

 GREEN value IS 41 (16.41% from 255) = 16.21%

 BLUE value IS 53 (21.09% from 255) = 20.95%

R = 62.85%
G = 16.21%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F2935 (or 0x9F2935) is known color: Guardsman Red. HEX triplet: 9F, 29 and 35. RGB value is (159,41,53). Sum of RGB (Red+Green+Blue) = 159+41+53=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2935 is #60D6CA. Grayscale: #4D4D4D. Windows color (decimal): -6346443 or 3484063. OLE color: 3484063.

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

Color convert

RGB 159 41 53 -
CMYK 0 0.74 0.67 0.38
HSL 353.9º 0.59% 0.39% -
HSV(B) 353.9º 0.74% 0.62% -
XYZ 15.73 9.21 4.32 -
YUV 77.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 159 41 53 0 0.74 0.67 0.38 353.9 0.59 0.39
Hex 9F 29 35 0 4A 43 26 162 3B 27
Octal 237 51 65 0 112 103 46 542 73 47
Binary 10011111 101001 110101 0 1001010 1000011 100110 101100010 111011 100111

Color Harmonies of #9F2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2935

Black with #9F2935

Text Example


Text Example

White with #9F2935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,41,53); }

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

background-color css

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

 a { background-color: rgb(159,41,53); }

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

border-color css

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

 span { border-color: rgb(159,41,53); }

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