Html Css Color HEX #A4272F Guardsman Red

📋 copy color: '#A4272F'

red 164 ◦ green 39 ◦ blue 47

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

Shades of Guardsman Red #A4272F

Tints of Guardsman Red #A4272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 65.6%
G = 15.6%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4272F (or 0xA4272F) is known color: Guardsman Red. HEX triplet: A4, 27 and 2F. RGB value is (164,39,47). Sum of RGB (Red+Green+Blue) = 164+39+47=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A4272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4272F is #5BD8D0. Grayscale: #4D4D4D. Windows color (decimal): -6019281 or 3090340. OLE color: 3090340.

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

Color convert

RGB 164 39 47 -
CMYK 0 0.76 0.71 0.36
HSL 356.16º 0.62% 0.4% -
HSV(B) 356.16º 0.76% 0.64% -
XYZ 16.55 9.55 3.66 -
YUV 77.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 164 39 47 0 0.76 0.71 0.36 356.16 0.62 0.4
Hex A4 27 2F 0 4C 47 24 164 3E 28
Octal 244 47 57 0 114 107 44 544 76 50
Binary 10100100 100111 101111 0 1001100 1000111 100100 101100100 111110 101000

Color Harmonies of #A4272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4272F

Black with #A4272F

Text Example


Text Example

White with #A4272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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