Html Css Color HEX #AB303C Guardsman Red

📋 copy color: '#AB303C'

red 171 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #AB303C

Tints of Guardsman Red #AB303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 61.29%
G = 17.2%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB303C (or 0xAB303C) is known color: Guardsman Red. HEX triplet: AB, 30 and 3C. RGB value is (171,48,60). Sum of RGB (Red+Green+Blue) = 171+48+60=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB303C is #54CFC3. Grayscale: #565656. Windows color (decimal): -5558212 or 3944619. OLE color: 3944619.

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

Color convert

RGB 171 48 60 -
CMYK 0 0.72 0.65 0.33
HSL 354.15º 0.56% 0.43% -
HSV(B) 354.15º 0.72% 0.67% -
XYZ 18.67 11.1 5.43 -
YUV 86.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 171 48 60 0 0.72 0.65 0.33 354.15 0.56 0.43
Hex AB 30 3C 0 48 41 21 162 38 2B
Octal 253 60 74 0 110 101 41 542 70 53
Binary 10101011 110000 111100 0 1001000 1000001 100001 101100010 111000 101011

Color Harmonies of #AB303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB303C

Black with #AB303C

Text Example


Text Example

White with #AB303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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