Html Css Color HEX #A4272E Guardsman Red

📋 copy color: '#A4272E'

red 164 ◦ green 39 ◦ blue 46

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

Shades of Guardsman Red #A4272E

Tints of Guardsman Red #A4272E

RGB

 RED value IS 164 (64.45% from 255) = 65.86%

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 65.86%
G = 15.66%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4272E (or 0xA4272E) is known color: Guardsman Red. HEX triplet: A4, 27 and 2E. RGB value is (164,39,46). Sum of RGB (Red+Green+Blue) = 164+39+46=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4272E is #5BD8D1. Grayscale: #4D4D4D. Windows color (decimal): -6019282 or 3024804. OLE color: 3024804.

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

Color convert

RGB 164 39 46 -
CMYK 0 0.76 0.72 0.36
HSL 356.64º 0.62% 0.4% -
HSV(B) 356.64º 0.76% 0.64% -
XYZ 16.53 9.54 3.56 -
YUV 77.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 164 39 46 0 0.76 0.72 0.36 356.64 0.62 0.4
Hex A4 27 2E 0 4C 48 24 165 3E 28
Octal 244 47 56 0 114 110 44 545 76 50
Binary 10100100 100111 101110 0 1001100 1001000 100100 101100101 111110 101000

Color Harmonies of #A4272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4272E

Black with #A4272E

Text Example


Text Example

White with #A4272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4272E; }

 p { color: rgb(164,39,46); }

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

background-color css

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

 a { background-color: rgb(164,39,46); }

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

border-color css

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

 span { border-color: rgb(164,39,46); }

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