Html Css Color HEX #A8303F Guardsman Red

📋 copy color: '#A8303F'

red 168 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #A8303F

Tints of Guardsman Red #A8303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 60.22%
G = 17.2%
B = 22.58%

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

#A8303F (or 0xA8303F) is known color: Guardsman Red. HEX triplet: A8, 30 and 3F. RGB value is (168,48,63). Sum of RGB (Red+Green+Blue) = 168+48+63=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8303F is #57CFC0. Grayscale: #555555. Windows color (decimal): -5754817 or 4141224. OLE color: 4141224.

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

Color convert

RGB 168 48 63 -
CMYK 0 0.71 0.63 0.34
HSL 352.5º 0.56% 0.42% -
HSV(B) 352.5º 0.71% 0.66% -
XYZ 18.1 10.8 5.83 -
YUV 85.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 168 48 63 0 0.71 0.63 0.34 352.5 0.56 0.42
Hex A8 30 3F 0 47 3F 22 160 38 2A
Octal 250 60 77 0 107 77 42 540 70 52
Binary 10101000 110000 111111 0 1000111 111111 100010 101100000 111000 101010

Color Harmonies of #A8303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8303F

Black with #A8303F

Text Example


Text Example

White with #A8303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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