Html Css Color HEX #AB2F3A Guardsman Red

📋 copy color: '#AB2F3A'

red 171 ◦ green 47 ◦ blue 58

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

Shades of Guardsman Red #AB2F3A

Tints of Guardsman Red #AB2F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 61.96%
G = 17.03%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB2F3A (or 0xAB2F3A) is known color: Guardsman Red. HEX triplet: AB, 2F and 3A. RGB value is (171,47,58). Sum of RGB (Red+Green+Blue) = 171+47+58=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F3A is #54D0C5. Grayscale: #555555. Windows color (decimal): -5558470 or 3813291. OLE color: 3813291.

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

Color convert

RGB 171 47 58 -
CMYK 0 0.73 0.66 0.33
HSL 354.68º 0.57% 0.43% -
HSV(B) 354.68º 0.73% 0.67% -
XYZ 18.57 11 5.15 -
YUV 85.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 171 47 58 0 0.73 0.66 0.33 354.68 0.57 0.43
Hex AB 2F 3A 0 49 42 21 163 39 2B
Octal 253 57 72 0 111 102 41 543 71 53
Binary 10101011 101111 111010 0 1001001 1000010 100001 101100011 111001 101011

Color Harmonies of #AB2F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F3A

Black with #AB2F3A

Text Example


Text Example

White with #AB2F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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