Html Css Color HEX #AA2F3D Guardsman Red

📋 copy color: '#AA2F3D'

red 170 ◦ green 47 ◦ blue 61

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

Shades of Guardsman Red #AA2F3D

Tints of Guardsman Red #AA2F3D

RGB

 RED value IS 170 (66.8% from 255) = 61.15%

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

 BLUE value IS 61 (24.22% from 255) = 21.94%

R = 61.15%
G = 16.91%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA2F3D (or 0xAA2F3D) is known color: Guardsman Red. HEX triplet: AA, 2F and 3D. RGB value is (170,47,61). Sum of RGB (Red+Green+Blue) = 170+47+61=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F3D is #55D0C2. Grayscale: #555555. Windows color (decimal): -5624003 or 4009898. OLE color: 4009898.

HSL color Cylindrical-coordinate representation of color #AA2F3D: hue angle of 353.17º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2F3D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 47 61 -
CMYK 0 0.72 0.64 0.33
HSL 353.17º 0.57% 0.43% -
HSV(B) 353.17º 0.72% 0.67% -
XYZ 18.44 10.92 5.55 -
YUV 85.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 170 47 61 0 0.72 0.64 0.33 353.17 0.57 0.43
Hex AA 2F 3D 0 48 40 21 161 39 2B
Octal 252 57 75 0 110 100 41 541 71 53
Binary 10101010 101111 111101 0 1001000 1000000 100001 101100001 111001 101011

Color Harmonies of #AA2F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F3D

Black with #AA2F3D

Text Example


Text Example

White with #AA2F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F3D; }

 p { color: rgb(170,47,61); }

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

background-color css

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

 a { background-color: rgb(170,47,61); }

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

border-color css

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

 span { border-color: rgb(170,47,61); }

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