Html Css Color HEX #9F2835 Guardsman Red

📋 copy color: '#9F2835'

red 159 ◦ green 40 ◦ blue 53

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

Shades of Guardsman Red #9F2835

Tints of Guardsman Red #9F2835

RGB

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

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

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

R = 63.1%
G = 15.87%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F2835 (or 0x9F2835) is known color: Guardsman Red. HEX triplet: 9F, 28 and 35. RGB value is (159,40,53). Sum of RGB (Red+Green+Blue) = 159+40+53=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2835 is #60D7CA. Grayscale: #4D4D4D. Windows color (decimal): -6346699 or 3483807. OLE color: 3483807.

HSL color Cylindrical-coordinate representation of color #9F2835: hue angle of 353.45º degrees, saturation: 0.6, 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 #9F2835 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 40 53 -
CMYK 0 0.75 0.67 0.38
HSL 353.45º 0.6% 0.39% -
HSV(B) 353.45º 0.75% 0.62% -
XYZ 15.7 9.15 4.31 -
YUV 77.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 159 40 53 0 0.75 0.67 0.38 353.45 0.6 0.39
Hex 9F 28 35 0 4B 43 26 161 3C 27
Octal 237 50 65 0 113 103 46 541 74 47
Binary 10011111 101000 110101 0 1001011 1000011 100110 101100001 111100 100111

Color Harmonies of #9F2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2835

Black with #9F2835

Text Example


Text Example

White with #9F2835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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