Html Css Color HEX #9F2730 Guardsman Red

📋 copy color: '#9F2730'

red 159 ◦ green 39 ◦ blue 48

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

Shades of Guardsman Red #9F2730

Tints of Guardsman Red #9F2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.85%

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 64.63%
G = 15.85%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F2730 (or 0x9F2730) is known color: Guardsman Red. HEX triplet: 9F, 27 and 30. RGB value is (159,39,48). Sum of RGB (Red+Green+Blue) = 159+39+48=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2730 is #60D8CF. Grayscale: #4B4B4B. Windows color (decimal): -6346960 or 3155871. OLE color: 3155871.

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

Color convert

RGB 159 39 48 -
CMYK 0 0.75 0.70 0.38
HSL 355.5º 0.61% 0.39% -
HSV(B) 355.5º 0.75% 0.62% -
XYZ 15.56 9.04 3.72 -
YUV 75.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 159 39 48 0 0.75 0.70 0.38 355.5 0.61 0.39
Hex 9F 27 30 0 4B 46 26 164 3D 27
Octal 237 47 60 0 113 106 46 544 75 47
Binary 10011111 100111 110000 0 1001011 1000110 100110 101100100 111101 100111

Color Harmonies of #9F2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2730

Black with #9F2730

Text Example


Text Example

White with #9F2730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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