Html Css Color HEX #9F3438 Guardsman Red

📋 copy color: '#9F3438'

red 159 ◦ green 52 ◦ blue 56

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

Shades of Guardsman Red #9F3438

Tints of Guardsman Red #9F3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

 BLUE value IS 56 (22.27% from 255) = 20.97%

R = 59.55%
G = 19.48%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F3438 (or 0x9F3438) is known color: Guardsman Red. HEX triplet: 9F, 34 and 38. RGB value is (159,52,56). Sum of RGB (Red+Green+Blue) = 159+52+56=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3438 is #60CBC7. Grayscale: #545454. Windows color (decimal): -6343624 or 3683487. OLE color: 3683487.

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

Color convert

RGB 159 52 56 -
CMYK 0 0.67 0.65 0.38
HSL 357.76º 0.51% 0.41% -
HSV(B) 357.76º 0.67% 0.62% -
XYZ 16.24 10.11 4.84 -
YUV 84.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 159 52 56 0 0.67 0.65 0.38 357.76 0.51 0.41
Hex 9F 34 38 0 43 41 26 166 33 29
Octal 237 64 70 0 103 101 46 546 63 51
Binary 10011111 110100 111000 0 1000011 1000001 100110 101100110 110011 101001

Color Harmonies of #9F3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3438

Black with #9F3438

Text Example


Text Example

White with #9F3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,52,56); }

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

background-color css

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

 a { background-color: rgb(159,52,56); }

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

border-color css

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

 span { border-color: rgb(159,52,56); }

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