Html Css Color HEX #9F303D Guardsman Red

📋 copy color: '#9F303D'

red 159 ◦ green 48 ◦ blue 61

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

Shades of Guardsman Red #9F303D

Tints of Guardsman Red #9F303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 59.33%
G = 17.91%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F303D (or 0x9F303D) is known color: Guardsman Red. HEX triplet: 9F, 30 and 3D. RGB value is (159,48,61). Sum of RGB (Red+Green+Blue) = 159+48+61=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F303D is #60CFC2. Grayscale: #525252. Windows color (decimal): -6344643 or 4010143. OLE color: 4010143.

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

Color convert

RGB 159 48 61 -
CMYK 0 0.70 0.62 0.38
HSL 352.97º 0.54% 0.41% -
HSV(B) 352.97º 0.7% 0.62% -
XYZ 16.2 9.82 5.46 -
YUV 82.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 159 48 61 0 0.70 0.62 0.38 352.97 0.54 0.41
Hex 9F 30 3D 0 46 3E 26 161 36 29
Octal 237 60 75 0 106 76 46 541 66 51
Binary 10011111 110000 111101 0 1000110 111110 100110 101100001 110110 101001

Color Harmonies of #9F303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F303D

Black with #9F303D

Text Example


Text Example

White with #9F303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,48,61); }

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

background-color css

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

 a { background-color: rgb(159,48,61); }

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

border-color css

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

 span { border-color: rgb(159,48,61); }

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