Html Css Color HEX #9A3040 Guardsman Red

📋 copy color: '#9A3040'

red 154 ◦ green 48 ◦ blue 64

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

Shades of Guardsman Red #9A3040

Tints of Guardsman Red #9A3040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 57.89%
G = 18.05%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#9A3040 (or 0x9A3040) is known color: Guardsman Red. HEX triplet: 9A, 30 and 40. RGB value is (154,48,64). Sum of RGB (Red+Green+Blue) = 154+48+64=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3040 is #65CFBF. Grayscale: #515151. Windows color (decimal): -6672320 or 4206746. OLE color: 4206746.

HSL color Cylindrical-coordinate representation of color #9A3040: hue angle of 350.94º 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 #9A3040 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 48 64 -
CMYK 0 0.69 0.58 0.40
HSL 350.94º 0.52% 0.4% -
HSV(B) 350.94º 0.69% 0.6% -
XYZ 15.31 9.35 5.85 -
YUV 81.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 154 48 64 0 0.69 0.58 0.40 350.94 0.52 0.4
Hex 9A 30 40 0 45 3A 28 15F 34 28
Octal 232 60 100 0 105 72 50 537 64 50
Binary 10011010 110000 1000000 0 1000101 111010 101000 101011111 110100 101000

Color Harmonies of #9A3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3040

Black with #9A3040

Text Example


Text Example

White with #9A3040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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