Html Css Color HEX #AB232D Guardsman Red

📋 copy color: '#AB232D'

red 171 ◦ green 35 ◦ blue 45

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

Shades of Guardsman Red #AB232D

Tints of Guardsman Red #AB232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 68.13%
G = 13.94%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB232D (or 0xAB232D) is known color: Guardsman Red. HEX triplet: AB, 23 and 2D. RGB value is (171,35,45). Sum of RGB (Red+Green+Blue) = 171+35+45=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB232D is #54DCD2. Grayscale: #4C4C4C. Windows color (decimal): -5561555 or 2958251. OLE color: 2958251.

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

Color convert

RGB 171 35 45 -
CMYK 0 0.80 0.74 0.33
HSL 355.59º 0.66% 0.4% -
HSV(B) 355.59º 0.8% 0.67% -
XYZ 17.87 10.05 3.48 -
YUV 76.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 171 35 45 0 0.80 0.74 0.33 355.59 0.66 0.4
Hex AB 23 2D 0 50 4A 21 164 42 28
Octal 253 43 55 0 120 112 41 544 102 50
Binary 10101011 100011 101101 0 1010000 1001010 100001 101100100 1000010 101000

Color Harmonies of #AB232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB232D

Black with #AB232D

Text Example


Text Example

White with #AB232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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