Html Css Color HEX #AB2730 Guardsman Red

📋 copy color: '#AB2730'

red 171 ◦ green 39 ◦ blue 48

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

Shades of Guardsman Red #AB2730

Tints of Guardsman Red #AB2730

RGB

 RED value IS 171 (67.19% from 255) = 66.28%

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 66.28%
G = 15.12%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB2730 (or 0xAB2730) is known color: Guardsman Red. HEX triplet: AB, 27 and 30. RGB value is (171,39,48). Sum of RGB (Red+Green+Blue) = 171+39+48=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2730 is #54D8CF. Grayscale: #4F4F4F. Windows color (decimal): -5560528 or 3155883. OLE color: 3155883.

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

Color convert

RGB 171 39 48 -
CMYK 0 0.77 0.72 0.33
HSL 355.91º 0.63% 0.41% -
HSV(B) 355.91º 0.77% 0.67% -
XYZ 18.05 10.32 3.84 -
YUV 79.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 171 39 48 0 0.77 0.72 0.33 355.91 0.63 0.41
Hex AB 27 30 0 4D 48 21 164 3F 29
Octal 253 47 60 0 115 110 41 544 77 51
Binary 10101011 100111 110000 0 1001101 1001000 100001 101100100 111111 101001

Color Harmonies of #AB2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2730

Black with #AB2730

Text Example


Text Example

White with #AB2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2730; }

 p { color: rgb(171,39,48); }

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

background-color css

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

 a { background-color: rgb(171,39,48); }

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

border-color css

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

 span { border-color: rgb(171,39,48); }

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