Html Css Color HEX #9F2529 Guardsman Red

📋 copy color: '#9F2529'

red 159 ◦ green 37 ◦ blue 41

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

Shades of Guardsman Red #9F2529

Tints of Guardsman Red #9F2529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 67.09%
G = 15.61%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F2529 (or 0x9F2529) is known color: Guardsman Red. HEX triplet: 9F, 25 and 29. RGB value is (159,37,41). Sum of RGB (Red+Green+Blue) = 159+37+41=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2529 is #60DAD6. Grayscale: #4A4A4A. Windows color (decimal): -6347479 or 2696607. OLE color: 2696607.

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

Color convert

RGB 159 37 41 -
CMYK 0 0.77 0.74 0.38
HSL 358.03º 0.62% 0.38% -
HSV(B) 358.03º 0.77% 0.62% -
XYZ 15.36 8.85 3 -
YUV 73.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 159 37 41 0 0.77 0.74 0.38 358.03 0.62 0.38
Hex 9F 25 29 0 4D 4A 26 166 3E 26
Octal 237 45 51 0 115 112 46 546 76 46
Binary 10011111 100101 101001 0 1001101 1001010 100110 101100110 111110 100110

Color Harmonies of #9F2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2529

Black with #9F2529

Text Example


Text Example

White with #9F2529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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