Html Css Color HEX #A5252B Guardsman Red

📋 copy color: '#A5252B'

red 165 ◦ green 37 ◦ blue 43

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

Shades of Guardsman Red #A5252B

Tints of Guardsman Red #A5252B

RGB

 RED value IS 165 (64.84% from 255) = 67.35%

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

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

R = 67.35%
G = 15.1%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5252B (or 0xA5252B) is known color: Guardsman Red. HEX triplet: A5, 25 and 2B. RGB value is (165,37,43). Sum of RGB (Red+Green+Blue) = 165+37+43=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5252B is #5ADAD4. Grayscale: #4C4C4C. Windows color (decimal): -5954261 or 2827685. OLE color: 2827685.

HSL color Cylindrical-coordinate representation of color #A5252B: hue angle of 357.19º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5252B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 37 43 -
CMYK 0 0.78 0.74 0.35
HSL 357.19º 0.63% 0.4% -
HSV(B) 357.19º 0.78% 0.65% -
XYZ 16.61 9.5 3.24 -
YUV 75.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 165 37 43 0 0.78 0.74 0.35 357.19 0.63 0.4
Hex A5 25 2B 0 4E 4A 23 165 3F 28
Octal 245 45 53 0 116 112 43 545 77 50
Binary 10100101 100101 101011 0 1001110 1001010 100011 101100101 111111 101000

Color Harmonies of #A5252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5252B

Black with #A5252B

Text Example


Text Example

White with #A5252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5252B; }

 p { color: rgb(165,37,43); }

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

background-color css

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

 a { background-color: rgb(165,37,43); }

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

border-color css

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

 span { border-color: rgb(165,37,43); }

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