Html Css Color HEX #9F323B Guardsman Red

📋 copy color: '#9F323B'

red 159 ◦ green 50 ◦ blue 59

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

Shades of Guardsman Red #9F323B

Tints of Guardsman Red #9F323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 59.33%
G = 18.66%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F323B (or 0x9F323B) is known color: Guardsman Red. HEX triplet: 9F, 32 and 3B. RGB value is (159,50,59). Sum of RGB (Red+Green+Blue) = 159+50+59=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F323B is #60CDC4. Grayscale: #535353. Windows color (decimal): -6344133 or 3879583. OLE color: 3879583.

HSL color Cylindrical-coordinate representation of color #9F323B: hue angle of 355.05º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F323B is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 50 59 -
CMYK 0 0.69 0.63 0.38
HSL 355.05º 0.52% 0.41% -
HSV(B) 355.05º 0.69% 0.62% -
XYZ 16.23 9.97 5.21 -
YUV 83.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 159 50 59 0 0.69 0.63 0.38 355.05 0.52 0.41
Hex 9F 32 3B 0 45 3F 26 163 34 29
Octal 237 62 73 0 105 77 46 543 64 51
Binary 10011111 110010 111011 0 1000101 111111 100110 101100011 110100 101001

Color Harmonies of #9F323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F323B

Black with #9F323B

Text Example


Text Example

White with #9F323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,50,59); }

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

background-color css

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

 a { background-color: rgb(159,50,59); }

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

border-color css

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

 span { border-color: rgb(159,50,59); }

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