Html Css Color HEX #9A343B Guardsman Red

📋 copy color: '#9A343B'

red 154 ◦ green 52 ◦ blue 59

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

Shades of Guardsman Red #9A343B

Tints of Guardsman Red #9A343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 58.11%
G = 19.62%
B = 22.26%

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

#9A343B (or 0x9A343B) is known color: Guardsman Red. HEX triplet: 9A, 34 and 3B. RGB value is (154,52,59). Sum of RGB (Red+Green+Blue) = 154+52+59=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A343B is #65CBC4. Grayscale: #535353. Windows color (decimal): -6671301 or 3880090. OLE color: 3880090.

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

Color convert

RGB 154 52 59 -
CMYK 0 0.66 0.62 0.40
HSL 355.88º 0.5% 0.4% -
HSV(B) 355.88º 0.66% 0.6% -
XYZ 15.34 9.64 5.19 -
YUV 83.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 154 52 59 0 0.66 0.62 0.40 355.88 0.5 0.4
Hex 9A 34 3B 0 42 3E 28 164 32 28
Octal 232 64 73 0 102 76 50 544 62 50
Binary 10011010 110100 111011 0 1000010 111110 101000 101100100 110010 101000

Color Harmonies of #9A343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A343B

Black with #9A343B

Text Example


Text Example

White with #9A343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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