Html Css Color HEX #A8272D Guardsman Red

📋 copy color: '#A8272D'

red 168 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #A8272D

Tints of Guardsman Red #A8272D

RGB

 RED value IS 168 (66.02% from 255) = 66.67%

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

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

R = 66.67%
G = 15.48%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8272D (or 0xA8272D) is known color: Guardsman Red. HEX triplet: A8, 27 and 2D. RGB value is (168,39,45). Sum of RGB (Red+Green+Blue) = 168+39+45=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8272D is #57D8D2. Grayscale: #4E4E4E. Windows color (decimal): -5757139 or 2959272. OLE color: 2959272.

HSL color Cylindrical-coordinate representation of color #A8272D: hue angle of 357.21º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8272D is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 45 -
CMYK 0 0.77 0.73 0.34
HSL 357.21º 0.62% 0.41% -
HSV(B) 357.21º 0.77% 0.66% -
XYZ 17.35 9.97 3.49 -
YUV 78.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 168 39 45 0 0.77 0.73 0.34 357.21 0.62 0.41
Hex A8 27 2D 0 4D 49 22 165 3E 29
Octal 250 47 55 0 115 111 42 545 76 51
Binary 10101000 100111 101101 0 1001101 1001001 100010 101100101 111110 101001

Color Harmonies of #A8272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8272D

Black with #A8272D

Text Example


Text Example

White with #A8272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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