Html Css Color HEX #A8303D Guardsman Red

📋 copy color: '#A8303D'

red 168 ◦ green 48 ◦ blue 61

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

Shades of Guardsman Red #A8303D

Tints of Guardsman Red #A8303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 60.65%
G = 17.33%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8303D (or 0xA8303D) is known color: Guardsman Red. HEX triplet: A8, 30 and 3D. RGB value is (168,48,61). Sum of RGB (Red+Green+Blue) = 168+48+61=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8303D is #57CFC2. Grayscale: #555555. Windows color (decimal): -5754819 or 4010152. OLE color: 4010152.

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

Color convert

RGB 168 48 61 -
CMYK 0 0.71 0.64 0.34
HSL 353.5º 0.56% 0.42% -
HSV(B) 353.5º 0.71% 0.66% -
XYZ 18.05 10.78 5.54 -
YUV 85.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 168 48 61 0 0.71 0.64 0.34 353.5 0.56 0.42
Hex A8 30 3D 0 47 40 22 162 38 2A
Octal 250 60 75 0 107 100 42 542 70 52
Binary 10101000 110000 111101 0 1000111 1000000 100010 101100010 111000 101010

Color Harmonies of #A8303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8303D

Black with #A8303D

Text Example


Text Example

White with #A8303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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