Html Css Color HEX #A3272D Guardsman Red

📋 copy color: '#A3272D'

red 163 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #A3272D

Tints of Guardsman Red #A3272D

RGB

 RED value IS 163 (64.06% from 255) = 65.99%

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

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

R = 65.99%
G = 15.79%
B = 18.22%

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

#A3272D (or 0xA3272D) is known color: Guardsman Red. HEX triplet: A3, 27 and 2D. RGB value is (163,39,45). Sum of RGB (Red+Green+Blue) = 163+39+45=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3272D is #5CD8D2. Grayscale: #4C4C4C. Windows color (decimal): -6084819 or 2959267. OLE color: 2959267.

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

Color convert

RGB 163 39 45 -
CMYK 0 0.76 0.72 0.36
HSL 357.1º 0.61% 0.4% -
HSV(B) 357.1º 0.76% 0.64% -
XYZ 16.3 9.43 3.44 -
YUV 76.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 163 39 45 0 0.76 0.72 0.36 357.1 0.61 0.4
Hex A3 27 2D 0 4C 48 24 165 3D 28
Octal 243 47 55 0 114 110 44 545 75 50
Binary 10100011 100111 101101 0 1001100 1001000 100100 101100101 111101 101000

Color Harmonies of #A3272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3272D

Black with #A3272D

Text Example


Text Example

White with #A3272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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