Html Css Color HEX #AB282B Guardsman Red

📋 copy color: '#AB282B'

red 171 ◦ green 40 ◦ blue 43

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

Shades of Guardsman Red #AB282B

Tints of Guardsman Red #AB282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 67.32%
G = 15.75%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB282B (or 0xAB282B) is known color: Guardsman Red. HEX triplet: AB, 28 and 2B. RGB value is (171,40,43). Sum of RGB (Red+Green+Blue) = 171+40+43=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB282B is #54D7D4. Grayscale: #4F4F4F. Windows color (decimal): -5560277 or 2828459. OLE color: 2828459.

HSL color Cylindrical-coordinate representation of color #AB282B: hue angle of 358.63º degrees, saturation: 0.62, 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 #AB282B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 43 -
CMYK 0 0.77 0.75 0.33
HSL 358.63º 0.62% 0.41% -
HSV(B) 358.63º 0.77% 0.67% -
XYZ 17.99 10.35 3.34 -
YUV 79.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 171 40 43 0 0.77 0.75 0.33 358.63 0.62 0.41
Hex AB 28 2B 0 4D 4B 21 167 3E 29
Octal 253 50 53 0 115 113 41 547 76 51
Binary 10101011 101000 101011 0 1001101 1001011 100001 101100111 111110 101001

Color Harmonies of #AB282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB282B

Black with #AB282B

Text Example


Text Example

White with #AB282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB282B; }

 p { color: rgb(171,40,43); }

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

background-color css

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

 a { background-color: rgb(171,40,43); }

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

border-color css

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

 span { border-color: rgb(171,40,43); }

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