Html Css Color HEX #A8333A Guardsman Red

📋 copy color: '#A8333A'

red 168 ◦ green 51 ◦ blue 58

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

Shades of Guardsman Red #A8333A

Tints of Guardsman Red #A8333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 60.65%
G = 18.41%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8333A (or 0xA8333A) is known color: Guardsman Red. HEX triplet: A8, 33 and 3A. RGB value is (168,51,58). Sum of RGB (Red+Green+Blue) = 168+51+58=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333A is #57CCC5. Grayscale: #565656. Windows color (decimal): -5754054 or 3814312. OLE color: 3814312.

HSL color Cylindrical-coordinate representation of color #A8333A: hue angle of 356.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8333A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 58 -
CMYK 0 0.70 0.65 0.34
HSL 356.41º 0.53% 0.43% -
HSV(B) 356.41º 0.7% 0.66% -
XYZ 18.1 11 5.17 -
YUV 86.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 168 51 58 0 0.70 0.65 0.34 356.41 0.53 0.43
Hex A8 33 3A 0 46 41 22 164 35 2B
Octal 250 63 72 0 106 101 42 544 65 53
Binary 10101000 110011 111010 0 1000110 1000001 100010 101100100 110101 101011

Color Harmonies of #A8333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8333A

Black with #A8333A

Text Example


Text Example

White with #A8333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8333A; }

 p { color: rgb(168,51,58); }

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

background-color css

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

 a { background-color: rgb(168,51,58); }

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

border-color css

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

 span { border-color: rgb(168,51,58); }

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