Html Css Color HEX #A8303E Guardsman Red

📋 copy color: '#A8303E'

red 168 ◦ green 48 ◦ blue 62

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

Shades of Guardsman Red #A8303E

Tints of Guardsman Red #A8303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 62 (24.61% from 255) = 22.3%

R = 60.43%
G = 17.27%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8303E (or 0xA8303E) is known color: Guardsman Red. HEX triplet: A8, 30 and 3E. RGB value is (168,48,62). Sum of RGB (Red+Green+Blue) = 168+48+62=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8303E is #57CFC1. Grayscale: #555555. Windows color (decimal): -5754818 or 4075688. OLE color: 4075688.

HSL color Cylindrical-coordinate representation of color #A8303E: hue angle of 353º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8303E is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 62 -
CMYK 0 0.71 0.63 0.34
HSL 353º 0.56% 0.42% -
HSV(B) 353º 0.71% 0.66% -
XYZ 18.07 10.79 5.69 -
YUV 85.48 114.76 186.86 -
System Red Green Blue C M Y K H S L
Decimal 168 48 62 0 0.71 0.63 0.34 353 0.56 0.42
Hex A8 30 3E 0 47 3F 22 161 38 2A
Octal 250 60 76 0 107 77 42 541 70 52
Binary 10101000 110000 111110 0 1000111 111111 100010 101100001 111000 101010

Color Harmonies of #A8303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8303E

Black with #A8303E

Text Example


Text Example

White with #A8303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8303E; }

 p { color: rgb(168,48,62); }

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

background-color css

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

 a { background-color: rgb(168,48,62); }

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

border-color css

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

 span { border-color: rgb(168,48,62); }

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