Html Css Color HEX #AB262D Guardsman Red

📋 copy color: '#AB262D'

red 171 ◦ green 38 ◦ blue 45

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

Shades of Guardsman Red #AB262D

Tints of Guardsman Red #AB262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 67.32%
G = 14.96%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB262D (or 0xAB262D) is known color: Guardsman Red. HEX triplet: AB, 26 and 2D. RGB value is (171,38,45). Sum of RGB (Red+Green+Blue) = 171+38+45=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB262D is #54D9D2. Grayscale: #4E4E4E. Windows color (decimal): -5560787 or 2959019. OLE color: 2959019.

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

Color convert

RGB 171 38 45 -
CMYK 0 0.78 0.74 0.33
HSL 356.84º 0.64% 0.41% -
HSV(B) 356.84º 0.78% 0.67% -
XYZ 17.96 10.23 3.51 -
YUV 78.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 171 38 45 0 0.78 0.74 0.33 356.84 0.64 0.41
Hex AB 26 2D 0 4E 4A 21 165 40 29
Octal 253 46 55 0 116 112 41 545 100 51
Binary 10101011 100110 101101 0 1001110 1001010 100001 101100101 1000000 101001

Color Harmonies of #AB262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB262D

Black with #AB262D

Text Example


Text Example

White with #AB262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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