Html Css Color HEX #AB3038 Guardsman Red

📋 copy color: '#AB3038'

red 171 ◦ green 48 ◦ blue 56

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

Shades of Guardsman Red #AB3038

Tints of Guardsman Red #AB3038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 56 (22.27% from 255) = 20.36%

R = 62.18%
G = 17.45%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB3038 (or 0xAB3038) is known color: Guardsman Red. HEX triplet: AB, 30 and 38. RGB value is (171,48,56). Sum of RGB (Red+Green+Blue) = 171+48+56=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3038 is #54CFC7. Grayscale: #555555. Windows color (decimal): -5558216 or 3682475. OLE color: 3682475.

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

Color convert

RGB 171 48 56 -
CMYK 0 0.72 0.67 0.33
HSL 356.1º 0.56% 0.43% -
HSV(B) 356.1º 0.72% 0.67% -
XYZ 18.57 11.06 4.9 -
YUV 85.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 171 48 56 0 0.72 0.67 0.33 356.1 0.56 0.43
Hex AB 30 38 0 48 43 21 164 38 2B
Octal 253 60 70 0 110 103 41 544 70 53
Binary 10101011 110000 111000 0 1001000 1000011 100001 101100100 111000 101011

Color Harmonies of #AB3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3038

Black with #AB3038

Text Example


Text Example

White with #AB3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3038; }

 p { color: rgb(171,48,56); }

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

background-color css

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

 a { background-color: rgb(171,48,56); }

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

border-color css

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

 span { border-color: rgb(171,48,56); }

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