Html Css Color HEX #AA232F Guardsman Red

📋 copy color: '#AA232F'

red 170 ◦ green 35 ◦ blue 47

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

Shades of Guardsman Red #AA232F

Tints of Guardsman Red #AA232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 67.46%
G = 13.89%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA232F (or 0xAA232F) is known color: Guardsman Red. HEX triplet: AA, 23 and 2F. RGB value is (170,35,47). Sum of RGB (Red+Green+Blue) = 170+35+47=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA232F is #55DCD0. Grayscale: #4C4C4C. Windows color (decimal): -5627089 or 3089322. OLE color: 3089322.

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

Color convert

RGB 170 35 47 -
CMYK 0 0.79 0.72 0.33
HSL 354.67º 0.66% 0.4% -
HSV(B) 354.67º 0.79% 0.67% -
XYZ 17.69 9.95 3.68 -
YUV 76.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 170 35 47 0 0.79 0.72 0.33 354.67 0.66 0.4
Hex AA 23 2F 0 4F 48 21 163 42 28
Octal 252 43 57 0 117 110 41 543 102 50
Binary 10101010 100011 101111 0 1001111 1001000 100001 101100011 1000010 101000

Color Harmonies of #AA232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA232F

Black with #AA232F

Text Example


Text Example

White with #AA232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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