Html Css Color HEX #9F282B Guardsman Red

📋 copy color: '#9F282B'

red 159 ◦ green 40 ◦ blue 43

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

Shades of Guardsman Red #9F282B

Tints of Guardsman Red #9F282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 65.7%
G = 16.53%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F282B (or 0x9F282B) is known color: Guardsman Red. HEX triplet: 9F, 28 and 2B. RGB value is (159,40,43). Sum of RGB (Red+Green+Blue) = 159+40+43=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F282B is #60D7D4. Grayscale: #4C4C4C. Windows color (decimal): -6346709 or 2828447. OLE color: 2828447.

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

Color convert

RGB 159 40 43 -
CMYK 0 0.75 0.73 0.38
HSL 358.49º 0.6% 0.39% -
HSV(B) 358.49º 0.75% 0.62% -
XYZ 15.49 9.06 3.22 -
YUV 75.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 159 40 43 0 0.75 0.73 0.38 358.49 0.6 0.39
Hex 9F 28 2B 0 4B 49 26 166 3C 27
Octal 237 50 53 0 113 111 46 546 74 47
Binary 10011111 101000 101011 0 1001011 1001001 100110 101100110 111100 100111

Color Harmonies of #9F282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F282B

Black with #9F282B

Text Example


Text Example

White with #9F282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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