Html Css Color HEX #9F242A Guardsman Red

📋 copy color: '#9F242A'

red 159 ◦ green 36 ◦ blue 42

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

Shades of Guardsman Red #9F242A

Tints of Guardsman Red #9F242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 67.09%
G = 15.19%
B = 17.72%

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

#9F242A (or 0x9F242A) is known color: Guardsman Red. HEX triplet: 9F, 24 and 2A. RGB value is (159,36,42). Sum of RGB (Red+Green+Blue) = 159+36+42=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F242A is #60DBD5. Grayscale: #494949. Windows color (decimal): -6347734 or 2761887. OLE color: 2761887.

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

Color convert

RGB 159 36 42 -
CMYK 0 0.77 0.74 0.38
HSL 357.07º 0.63% 0.38% -
HSV(B) 357.07º 0.77% 0.62% -
XYZ 15.35 8.8 3.08 -
YUV 73.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 159 36 42 0 0.77 0.74 0.38 357.07 0.63 0.38
Hex 9F 24 2A 0 4D 4A 26 165 3F 26
Octal 237 44 52 0 115 112 46 545 77 46
Binary 10011111 100100 101010 0 1001101 1001010 100110 101100101 111111 100110

Color Harmonies of #9F242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F242A

Black with #9F242A

Text Example


Text Example

White with #9F242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,36,42); }

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

background-color css

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

 a { background-color: rgb(159,36,42); }

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

border-color css

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

 span { border-color: rgb(159,36,42); }

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