Html Css Color HEX #9A3536 Guardsman Red

📋 copy color: '#9A3536'

red 154 ◦ green 53 ◦ blue 54

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

Shades of Guardsman Red #9A3536

Tints of Guardsman Red #9A3536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 59%
G = 20.31%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A3536 (or 0x9A3536) is known color: Guardsman Red. HEX triplet: 9A, 35 and 36. RGB value is (154,53,54). Sum of RGB (Red+Green+Blue) = 154+53+54=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3536 is #65CAC9. Grayscale: #535353. Windows color (decimal): -6671050 or 3552666. OLE color: 3552666.

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

Color convert

RGB 154 53 54 -
CMYK 0 0.66 0.65 0.40
HSL 359.41º 0.49% 0.41% -
HSV(B) 359.41º 0.66% 0.6% -
XYZ 15.27 9.68 4.55 -
YUV 83.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 154 53 54 0 0.66 0.65 0.40 359.41 0.49 0.41
Hex 9A 35 36 0 42 41 28 167 31 29
Octal 232 65 66 0 102 101 50 547 61 51
Binary 10011010 110101 110110 0 1000010 1000001 101000 101100111 110001 101001

Color Harmonies of #9A3536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3536

Black with #9A3536

Text Example


Text Example

White with #9A3536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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