Html Css Color HEX #A5272D Guardsman Red

📋 copy color: '#A5272D'

red 165 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #A5272D

Tints of Guardsman Red #A5272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 66.27%
G = 15.66%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5272D (or 0xA5272D) is known color: Guardsman Red. HEX triplet: A5, 27 and 2D. RGB value is (165,39,45). Sum of RGB (Red+Green+Blue) = 165+39+45=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A5272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5272D is #5AD8D2. Grayscale: #4D4D4D. Windows color (decimal): -5953747 or 2959269. OLE color: 2959269.

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

Color convert

RGB 165 39 45 -
CMYK 0 0.76 0.73 0.35
HSL 357.14º 0.62% 0.4% -
HSV(B) 357.14º 0.76% 0.65% -
XYZ 16.72 9.64 3.46 -
YUV 77.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 165 39 45 0 0.76 0.73 0.35 357.14 0.62 0.4
Hex A5 27 2D 0 4C 49 23 165 3E 28
Octal 245 47 55 0 114 111 43 545 76 50
Binary 10100101 100111 101101 0 1001100 1001001 100011 101100101 111110 101000

Color Harmonies of #A5272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5272D

Black with #A5272D

Text Example


Text Example

White with #A5272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5272D; }

 p { color: rgb(165,39,45); }

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

background-color css

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

 a { background-color: rgb(165,39,45); }

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

border-color css

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

 span { border-color: rgb(165,39,45); }

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