Html Css Color HEX #9A343A Guardsman Red

📋 copy color: '#9A343A'

red 154 ◦ green 52 ◦ blue 58

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

Shades of Guardsman Red #9A343A

Tints of Guardsman Red #9A343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 58.33%
G = 19.7%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A343A (or 0x9A343A) is known color: Guardsman Red. HEX triplet: 9A, 34 and 3A. RGB value is (154,52,58). Sum of RGB (Red+Green+Blue) = 154+52+58=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A343A is #65CBC5. Grayscale: #535353. Windows color (decimal): -6671302 or 3814554. OLE color: 3814554.

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

Color convert

RGB 154 52 58 -
CMYK 0 0.66 0.62 0.40
HSL 356.47º 0.5% 0.4% -
HSV(B) 356.47º 0.66% 0.6% -
XYZ 15.32 9.63 5.05 -
YUV 83.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 154 52 58 0 0.66 0.62 0.40 356.47 0.5 0.4
Hex 9A 34 3A 0 42 3E 28 164 32 28
Octal 232 64 72 0 102 76 50 544 62 50
Binary 10011010 110100 111010 0 1000010 111110 101000 101100100 110010 101000

Color Harmonies of #9A343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A343A

Black with #9A343A

Text Example


Text Example

White with #9A343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,52,58); }

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

background-color css

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

 a { background-color: rgb(154,52,58); }

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

border-color css

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

 span { border-color: rgb(154,52,58); }

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