Html Css Color HEX #A5272A Guardsman Red

📋 copy color: '#A5272A'

red 165 ◦ green 39 ◦ blue 42

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

Shades of Guardsman Red #A5272A

Tints of Guardsman Red #A5272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 67.07%
G = 15.85%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5272A (or 0xA5272A) is known color: Guardsman Red. HEX triplet: A5, 27 and 2A. RGB value is (165,39,42). Sum of RGB (Red+Green+Blue) = 165+39+42=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5272A is #5AD8D5. Grayscale: #4D4D4D. Windows color (decimal): -5953750 or 2762661. OLE color: 2762661.

HSL color Cylindrical-coordinate representation of color #A5272A: hue angle of 358.57º 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 #A5272A is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 42 -
CMYK 0 0.76 0.75 0.35
HSL 358.57º 0.62% 0.4% -
HSV(B) 358.57º 0.76% 0.65% -
XYZ 16.66 9.62 3.17 -
YUV 77.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 165 39 42 0 0.76 0.75 0.35 358.57 0.62 0.4
Hex A5 27 2A 0 4C 4B 23 167 3E 28
Octal 245 47 52 0 114 113 43 547 76 50
Binary 10100101 100111 101010 0 1001100 1001011 100011 101100111 111110 101000

Color Harmonies of #A5272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5272A

Black with #A5272A

Text Example


Text Example

White with #A5272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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