Html Css Color HEX #9A3039 Guardsman Red

📋 copy color: '#9A3039'

red 154 ◦ green 48 ◦ blue 57

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

Shades of Guardsman Red #9A3039

Tints of Guardsman Red #9A3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 59.46%
G = 18.53%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#9A3039 (or 0x9A3039) is known color: Guardsman Red. HEX triplet: 9A, 30 and 39. RGB value is (154,48,57). Sum of RGB (Red+Green+Blue) = 154+48+57=259 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.46% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3039 is #65CFC6. Grayscale: #505050. Windows color (decimal): -6672327 or 3747994. OLE color: 3747994.

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

Color convert

RGB 154 48 57 -
CMYK 0 0.69 0.63 0.40
HSL 354.91º 0.52% 0.4% -
HSV(B) 354.91º 0.69% 0.6% -
XYZ 15.12 9.28 4.86 -
YUV 80.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 154 48 57 0 0.69 0.63 0.40 354.91 0.52 0.4
Hex 9A 30 39 0 45 3F 28 163 34 28
Octal 232 60 71 0 105 77 50 543 64 50
Binary 10011010 110000 111001 0 1000101 111111 101000 101100011 110100 101000

Color Harmonies of #9A3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3039

Black with #9A3039

Text Example


Text Example

White with #9A3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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