Html Css Color HEX #9A3037 Guardsman Red

📋 copy color: '#9A3037'

red 154 ◦ green 48 ◦ blue 55

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

Shades of Guardsman Red #9A3037

Tints of Guardsman Red #9A3037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 59.92%
G = 18.68%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#9A3037 (or 0x9A3037) is known color: Guardsman Red. HEX triplet: 9A, 30 and 37. RGB value is (154,48,55). Sum of RGB (Red+Green+Blue) = 154+48+55=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3037 is #65CFC8. Grayscale: #505050. Windows color (decimal): -6672329 or 3616922. OLE color: 3616922.

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

Color convert

RGB 154 48 55 -
CMYK 0 0.69 0.64 0.40
HSL 356.04º 0.52% 0.4% -
HSV(B) 356.04º 0.69% 0.6% -
XYZ 15.07 9.26 4.61 -
YUV 80.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 154 48 55 0 0.69 0.64 0.40 356.04 0.52 0.4
Hex 9A 30 37 0 45 40 28 164 34 28
Octal 232 60 67 0 105 100 50 544 64 50
Binary 10011010 110000 110111 0 1000101 1000000 101000 101100100 110100 101000

Color Harmonies of #9A3037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3037

Black with #9A3037

Text Example


Text Example

White with #9A3037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,48,55); }

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

background-color css

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

 a { background-color: rgb(154,48,55); }

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

border-color css

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

 span { border-color: rgb(154,48,55); }

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