Html Css Color HEX #9F2326 Guardsman Red

📋 copy color: '#9F2326'

red 159 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #9F2326

Tints of Guardsman Red #9F2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 68.53%
G = 15.09%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F2326 (or 0x9F2326) is known color: Guardsman Red. HEX triplet: 9F, 23 and 26. RGB value is (159,35,38). Sum of RGB (Red+Green+Blue) = 159+35+38=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2326 is #60DCD9. Grayscale: #484848. Windows color (decimal): -6347994 or 2499487. OLE color: 2499487.

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

Color convert

RGB 159 35 38 -
CMYK 0 0.78 0.76 0.38
HSL 358.55º 0.64% 0.38% -
HSV(B) 358.55º 0.78% 0.62% -
XYZ 15.25 8.71 2.71 -
YUV 72.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 159 35 38 0 0.78 0.76 0.38 358.55 0.64 0.38
Hex 9F 23 26 0 4E 4C 26 167 40 26
Octal 237 43 46 0 116 114 46 547 100 46
Binary 10011111 100011 100110 0 1001110 1001100 100110 101100111 1000000 100110

Color Harmonies of #9F2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2326

Black with #9F2326

Text Example


Text Example

White with #9F2326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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