Html Css Color HEX #A8272B Guardsman Red

📋 copy color: '#A8272B'

red 168 ◦ green 39 ◦ blue 43

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

Shades of Guardsman Red #A8272B

Tints of Guardsman Red #A8272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 67.2%
G = 15.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8272B (or 0xA8272B) is known color: Guardsman Red. HEX triplet: A8, 27 and 2B. RGB value is (168,39,43). Sum of RGB (Red+Green+Blue) = 168+39+43=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8272B is #57D8D4. Grayscale: #4E4E4E. Windows color (decimal): -5757141 or 2828200. OLE color: 2828200.

HSL color Cylindrical-coordinate representation of color #A8272B: hue angle of 358.14º 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 #A8272B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 43 -
CMYK 0 0.77 0.74 0.34
HSL 358.14º 0.62% 0.41% -
HSV(B) 358.14º 0.77% 0.66% -
XYZ 17.31 9.95 3.29 -
YUV 78.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 168 39 43 0 0.77 0.74 0.34 358.14 0.62 0.41
Hex A8 27 2B 0 4D 4A 22 166 3E 29
Octal 250 47 53 0 115 112 42 546 76 51
Binary 10101000 100111 101011 0 1001101 1001010 100010 101100110 111110 101001

Color Harmonies of #A8272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8272B

Black with #A8272B

Text Example


Text Example

White with #A8272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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