Html Css Color HEX #9F2526 Guardsman Red

📋 copy color: '#9F2526'

red 159 ◦ green 37 ◦ blue 38

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

Shades of Guardsman Red #9F2526

Tints of Guardsman Red #9F2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 67.95%
G = 15.81%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F2526 (or 0x9F2526) is known color: Guardsman Red. HEX triplet: 9F, 25 and 26. RGB value is (159,37,38). Sum of RGB (Red+Green+Blue) = 159+37+38=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2526 is #60DAD9. Grayscale: #494949. Windows color (decimal): -6347482 or 2499999. OLE color: 2499999.

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

Color convert

RGB 159 37 38 -
CMYK 0 0.77 0.76 0.38
HSL 359.51º 0.62% 0.38% -
HSV(B) 359.51º 0.77% 0.62% -
XYZ 15.31 8.83 2.73 -
YUV 73.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 159 37 38 0 0.77 0.76 0.38 359.51 0.62 0.38
Hex 9F 25 26 0 4D 4C 26 168 3E 26
Octal 237 45 46 0 115 114 46 550 76 46
Binary 10011111 100101 100110 0 1001101 1001100 100110 101101000 111110 100110

Color Harmonies of #9F2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2526

Black with #9F2526

Text Example


Text Example

White with #9F2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,38); }

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

background-color css

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

 a { background-color: rgb(159,37,38); }

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

border-color css

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

 span { border-color: rgb(159,37,38); }

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