Html Css Color HEX #AB262E Guardsman Red

📋 copy color: '#AB262E'

red 171 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #AB262E

Tints of Guardsman Red #AB262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 67.06%
G = 14.9%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB262E (or 0xAB262E) is known color: Guardsman Red. HEX triplet: AB, 26 and 2E. RGB value is (171,38,46). Sum of RGB (Red+Green+Blue) = 171+38+46=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB262E is #54D9D1. Grayscale: #4E4E4E. Windows color (decimal): -5560786 or 3024555. OLE color: 3024555.

HSL color Cylindrical-coordinate representation of color #AB262E: hue angle of 356.39º degrees, saturation: 0.64, 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 #AB262E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 38 46 -
CMYK 0 0.78 0.73 0.33
HSL 356.39º 0.64% 0.41% -
HSV(B) 356.39º 0.78% 0.67% -
XYZ 17.98 10.24 3.61 -
YUV 78.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 171 38 46 0 0.78 0.73 0.33 356.39 0.64 0.41
Hex AB 26 2E 0 4E 49 21 164 40 29
Octal 253 46 56 0 116 111 41 544 100 51
Binary 10101011 100110 101110 0 1001110 1001001 100001 101100100 1000000 101001

Color Harmonies of #AB262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB262E

Black with #AB262E

Text Example


Text Example

White with #AB262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB262E; }

 p { color: rgb(171,38,46); }

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

background-color css

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

 a { background-color: rgb(171,38,46); }

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

border-color css

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

 span { border-color: rgb(171,38,46); }

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