Html Css Color HEX #9A2F40 Guardsman Red

📋 copy color: '#9A2F40'

red 154 ◦ green 47 ◦ blue 64

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

Shades of Guardsman Red #9A2F40

Tints of Guardsman Red #9A2F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 58.11%
G = 17.74%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#9A2F40 (or 0x9A2F40) is known color: Guardsman Red. HEX triplet: 9A, 2F and 40. RGB value is (154,47,64). Sum of RGB (Red+Green+Blue) = 154+47+64=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2F40 is #65D0BF. Grayscale: #505050. Windows color (decimal): -6672576 or 4206490. OLE color: 4206490.

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

Color convert

RGB 154 47 64 -
CMYK 0 0.69 0.58 0.40
HSL 350.47º 0.53% 0.39% -
HSV(B) 350.47º 0.69% 0.6% -
XYZ 15.27 9.27 5.84 -
YUV 80.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 154 47 64 0 0.69 0.58 0.40 350.47 0.53 0.39
Hex 9A 2F 40 0 45 3A 28 15E 35 27
Octal 232 57 100 0 105 72 50 536 65 47
Binary 10011010 101111 1000000 0 1000101 111010 101000 101011110 110101 100111

Color Harmonies of #9A2F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2F40

Black with #9A2F40

Text Example


Text Example

White with #9A2F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,47,64); }

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

background-color css

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

 a { background-color: rgb(154,47,64); }

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

border-color css

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

 span { border-color: rgb(154,47,64); }

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