Html Css Color HEX #AB242F Guardsman Red

📋 copy color: '#AB242F'

red 171 ◦ green 36 ◦ blue 47

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

Shades of Guardsman Red #AB242F

Tints of Guardsman Red #AB242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 67.32%
G = 14.17%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB242F (or 0xAB242F) is known color: Guardsman Red. HEX triplet: AB, 24 and 2F. RGB value is (171,36,47). Sum of RGB (Red+Green+Blue) = 171+36+47=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB242F is #54DBD0. Grayscale: #4D4D4D. Windows color (decimal): -5561297 or 3089579. OLE color: 3089579.

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

Color convert

RGB 171 36 47 -
CMYK 0 0.79 0.73 0.33
HSL 355.11º 0.65% 0.41% -
HSV(B) 355.11º 0.79% 0.67% -
XYZ 17.94 10.12 3.7 -
YUV 77.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 171 36 47 0 0.79 0.73 0.33 355.11 0.65 0.41
Hex AB 24 2F 0 4F 49 21 163 41 29
Octal 253 44 57 0 117 111 41 543 101 51
Binary 10101011 100100 101111 0 1001111 1001001 100001 101100011 1000001 101001

Color Harmonies of #AB242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB242F

Black with #AB242F

Text Example


Text Example

White with #AB242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB242F; }

 p { color: rgb(171,36,47); }

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

background-color css

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

 a { background-color: rgb(171,36,47); }

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

border-color css

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

 span { border-color: rgb(171,36,47); }

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