Html Css Color HEX #9A3139 Guardsman Red

📋 copy color: '#9A3139'

red 154 ◦ green 49 ◦ blue 57

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

Shades of Guardsman Red #9A3139

Tints of Guardsman Red #9A3139

RGB

 RED value IS 154 (60.55% from 255) = 59.23%

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 57 (22.66% from 255) = 21.92%

R = 59.23%
G = 18.85%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#9A3139 (or 0x9A3139) is known color: Guardsman Red. HEX triplet: 9A, 31 and 39. RGB value is (154,49,57). Sum of RGB (Red+Green+Blue) = 154+49+57=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3139 is #65CEC6. Grayscale: #515151. Windows color (decimal): -6672071 or 3748250. OLE color: 3748250.

HSL color Cylindrical-coordinate representation of color #9A3139: hue angle of 355.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3139 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 49 57 -
CMYK 0 0.68 0.63 0.40
HSL 355.43º 0.52% 0.4% -
HSV(B) 355.43º 0.68% 0.6% -
XYZ 15.16 9.36 4.88 -
YUV 81.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 154 49 57 0 0.68 0.63 0.40 355.43 0.52 0.4
Hex 9A 31 39 0 44 3F 28 163 34 28
Octal 232 61 71 0 104 77 50 543 64 50
Binary 10011010 110001 111001 0 1000100 111111 101000 101100011 110100 101000

Color Harmonies of #9A3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3139

Black with #9A3139

Text Example


Text Example

White with #9A3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,49,57); }

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

background-color css

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

 a { background-color: rgb(154,49,57); }

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

border-color css

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

 span { border-color: rgb(154,49,57); }

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