Html Css Color HEX #9F252B Guardsman Red

📋 copy color: '#9F252B'

red 159 ◦ green 37 ◦ blue 43

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

Shades of Guardsman Red #9F252B

Tints of Guardsman Red #9F252B

RGB

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

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

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

R = 66.53%
G = 15.48%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F252B (or 0x9F252B) is known color: Guardsman Red. HEX triplet: 9F, 25 and 2B. RGB value is (159,37,43). Sum of RGB (Red+Green+Blue) = 159+37+43=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F252B is #60DAD4. Grayscale: #4A4A4A. Windows color (decimal): -6347477 or 2827679. OLE color: 2827679.

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

Color convert

RGB 159 37 43 -
CMYK 0 0.77 0.73 0.38
HSL 357.05º 0.62% 0.38% -
HSV(B) 357.05º 0.77% 0.62% -
XYZ 15.4 8.87 3.19 -
YUV 74.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 159 37 43 0 0.77 0.73 0.38 357.05 0.62 0.38
Hex 9F 25 2B 0 4D 49 26 165 3E 26
Octal 237 45 53 0 115 111 46 545 76 46
Binary 10011111 100101 101011 0 1001101 1001001 100110 101100101 111110 100110

Color Harmonies of #9F252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F252B

Black with #9F252B

Text Example


Text Example

White with #9F252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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