Html Css Color HEX #A1252D Guardsman Red

📋 copy color: '#A1252D'

red 161 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #A1252D

Tints of Guardsman Red #A1252D

RGB

 RED value IS 161 (63.28% from 255) = 66.26%

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 66.26%
G = 15.23%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1252D (or 0xA1252D) is known color: Guardsman Red. HEX triplet: A1, 25 and 2D. RGB value is (161,37,45). Sum of RGB (Red+Green+Blue) = 161+37+45=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1252D is #5EDAD2. Grayscale: #4B4B4B. Windows color (decimal): -6216403 or 2958753. OLE color: 2958753.

HSL color Cylindrical-coordinate representation of color #A1252D: hue angle of 356.13º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1252D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 37 45 -
CMYK 0 0.77 0.72 0.37
HSL 356.13º 0.63% 0.39% -
HSV(B) 356.13º 0.77% 0.63% -
XYZ 15.83 9.09 3.4 -
YUV 74.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 161 37 45 0 0.77 0.72 0.37 356.13 0.63 0.39
Hex A1 25 2D 0 4D 48 25 164 3F 27
Octal 241 45 55 0 115 110 45 544 77 47
Binary 10100001 100101 101101 0 1001101 1001000 100101 101100100 111111 100111

Color Harmonies of #A1252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1252D

Black with #A1252D

Text Example


Text Example

White with #A1252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1252D; }

 p { color: rgb(161,37,45); }

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

background-color css

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

 a { background-color: rgb(161,37,45); }

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

border-color css

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

 span { border-color: rgb(161,37,45); }

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