Html Css Color HEX #9A313E Guardsman Red

📋 copy color: '#9A313E'

red 154 ◦ green 49 ◦ blue 62

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

Shades of Guardsman Red #9A313E

Tints of Guardsman Red #9A313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 58.11%
G = 18.49%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#9A313E (or 0x9A313E) is known color: Guardsman Red. HEX triplet: 9A, 31 and 3E. RGB value is (154,49,62). Sum of RGB (Red+Green+Blue) = 154+49+62=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A313E is #65CEC1. Grayscale: #515151. Windows color (decimal): -6672066 or 4075930. OLE color: 4075930.

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

Color convert

RGB 154 49 62 -
CMYK 0 0.68 0.60 0.40
HSL 352.57º 0.52% 0.4% -
HSV(B) 352.57º 0.68% 0.6% -
XYZ 15.29 9.41 5.57 -
YUV 81.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 154 49 62 0 0.68 0.60 0.40 352.57 0.52 0.4
Hex 9A 31 3E 0 44 3C 28 161 34 28
Octal 232 61 76 0 104 74 50 541 64 50
Binary 10011010 110001 111110 0 1000100 111100 101000 101100001 110100 101000

Color Harmonies of #9A313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A313E

Black with #9A313E

Text Example


Text Example

White with #9A313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,49,62); }

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

background-color css

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

 a { background-color: rgb(154,49,62); }

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

border-color css

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

 span { border-color: rgb(154,49,62); }

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