Html Css Color HEX #AB232B Guardsman Red

📋 copy color: '#AB232B'

red 171 ◦ green 35 ◦ blue 43

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

Shades of Guardsman Red #AB232B

Tints of Guardsman Red #AB232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 68.67%
G = 14.06%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB232B (or 0xAB232B) is known color: Guardsman Red. HEX triplet: AB, 23 and 2B. RGB value is (171,35,43). Sum of RGB (Red+Green+Blue) = 171+35+43=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB232B is #54DCD4. Grayscale: #4C4C4C. Windows color (decimal): -5561557 or 2827179. OLE color: 2827179.

HSL color Cylindrical-coordinate representation of color #AB232B: hue angle of 356.47º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB232B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 43 -
CMYK 0 0.80 0.75 0.33
HSL 356.47º 0.66% 0.4% -
HSV(B) 356.47º 0.8% 0.67% -
XYZ 17.83 10.03 3.28 -
YUV 76.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 171 35 43 0 0.80 0.75 0.33 356.47 0.66 0.4
Hex AB 23 2B 0 50 4B 21 164 42 28
Octal 253 43 53 0 120 113 41 544 102 50
Binary 10101011 100011 101011 0 1010000 1001011 100001 101100100 1000010 101000

Color Harmonies of #AB232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB232B

Black with #AB232B

Text Example


Text Example

White with #AB232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB232B; }

 p { color: rgb(171,35,43); }

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

background-color css

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

 a { background-color: rgb(171,35,43); }

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

border-color css

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

 span { border-color: rgb(171,35,43); }

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