Html Css Color HEX #9A3336 Guardsman Red

📋 copy color: '#9A3336'

red 154 ◦ green 51 ◦ blue 54

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

Shades of Guardsman Red #9A3336

Tints of Guardsman Red #9A3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 59.46%
G = 19.69%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A3336 (or 0x9A3336) is known color: Guardsman Red. HEX triplet: 9A, 33 and 36. RGB value is (154,51,54). Sum of RGB (Red+Green+Blue) = 154+51+54=259 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.46% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3336 is #65CCC9. Grayscale: #525252. Windows color (decimal): -6671562 or 3552154. OLE color: 3552154.

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

Color convert

RGB 154 51 54 -
CMYK 0 0.67 0.65 0.40
HSL 358.25º 0.5% 0.4% -
HSV(B) 358.25º 0.67% 0.6% -
XYZ 15.18 9.5 4.52 -
YUV 82.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 154 51 54 0 0.67 0.65 0.40 358.25 0.5 0.4
Hex 9A 33 36 0 43 41 28 166 32 28
Octal 232 63 66 0 103 101 50 546 62 50
Binary 10011010 110011 110110 0 1000011 1000001 101000 101100110 110010 101000

Color Harmonies of #9A3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3336

Black with #9A3336

Text Example


Text Example

White with #9A3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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