Html Css Color HEX #9F333A Guardsman Red

📋 copy color: '#9F333A'

red 159 ◦ green 51 ◦ blue 58

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

Shades of Guardsman Red #9F333A

Tints of Guardsman Red #9F333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 59.33%
G = 19.03%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F333A (or 0x9F333A) is known color: Guardsman Red. HEX triplet: 9F, 33 and 3A. RGB value is (159,51,58). Sum of RGB (Red+Green+Blue) = 159+51+58=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F333A is #60CCC5. Grayscale: #545454. Windows color (decimal): -6343878 or 3814303. OLE color: 3814303.

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

Color convert

RGB 159 51 58 -
CMYK 0 0.68 0.64 0.38
HSL 356.11º 0.51% 0.41% -
HSV(B) 356.11º 0.68% 0.62% -
XYZ 16.25 10.04 5.09 -
YUV 84.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 159 51 58 0 0.68 0.64 0.38 356.11 0.51 0.41
Hex 9F 33 3A 0 44 40 26 164 33 29
Octal 237 63 72 0 104 100 46 544 63 51
Binary 10011111 110011 111010 0 1000100 1000000 100110 101100100 110011 101001

Color Harmonies of #9F333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F333A

Black with #9F333A

Text Example


Text Example

White with #9F333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,58); }

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

background-color css

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

 a { background-color: rgb(159,51,58); }

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

border-color css

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

 span { border-color: rgb(159,51,58); }

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