Html Css Color HEX #AA263B Guardsman Red

📋 copy color: '#AA263B'

red 170 ◦ green 38 ◦ blue 59

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

Shades of Guardsman Red #AA263B

Tints of Guardsman Red #AA263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 63.67%
G = 14.23%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA263B (or 0xAA263B) is known color: Guardsman Red. HEX triplet: AA, 26 and 3B. RGB value is (170,38,59). Sum of RGB (Red+Green+Blue) = 170+38+59=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA263B is #55D9C4. Grayscale: #4F4F4F. Windows color (decimal): -5626309 or 3876522. OLE color: 3876522.

HSL color Cylindrical-coordinate representation of color #AA263B: hue angle of 350.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA263B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 59 -
CMYK 0 0.78 0.65 0.33
HSL 350.45º 0.63% 0.41% -
HSV(B) 350.45º 0.78% 0.67% -
XYZ 18.06 10.25 5.16 -
YUV 79.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 170 38 59 0 0.78 0.65 0.33 350.45 0.63 0.41
Hex AA 26 3B 0 4E 41 21 15E 3F 29
Octal 252 46 73 0 116 101 41 536 77 51
Binary 10101010 100110 111011 0 1001110 1000001 100001 101011110 111111 101001

Color Harmonies of #AA263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA263B

Black with #AA263B

Text Example


Text Example

White with #AA263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA263B; }

 p { color: rgb(170,38,59); }

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

background-color css

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

 a { background-color: rgb(170,38,59); }

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

border-color css

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

 span { border-color: rgb(170,38,59); }

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