Html Css Color HEX #9A353A Guardsman Red

📋 copy color: '#9A353A'

red 154 ◦ green 53 ◦ blue 58

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

Shades of Guardsman Red #9A353A

Tints of Guardsman Red #9A353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 58.11%
G = 20%
B = 21.89%

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

#9A353A (or 0x9A353A) is known color: Guardsman Red. HEX triplet: 9A, 35 and 3A. RGB value is (154,53,58). Sum of RGB (Red+Green+Blue) = 154+53+58=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A353A is #65CAC5. Grayscale: #535353. Windows color (decimal): -6671046 or 3814810. OLE color: 3814810.

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

Color convert

RGB 154 53 58 -
CMYK 0 0.66 0.62 0.40
HSL 357.03º 0.49% 0.41% -
HSV(B) 357.03º 0.66% 0.6% -
XYZ 15.36 9.72 5.07 -
YUV 83.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 154 53 58 0 0.66 0.62 0.40 357.03 0.49 0.41
Hex 9A 35 3A 0 42 3E 28 165 31 29
Octal 232 65 72 0 102 76 50 545 61 51
Binary 10011010 110101 111010 0 1000010 111110 101000 101100101 110001 101001

Color Harmonies of #9A353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A353A

Black with #9A353A

Text Example


Text Example

White with #9A353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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