Html Css Color HEX #A8333E Guardsman Red

📋 copy color: '#A8333E'

red 168 ◦ green 51 ◦ blue 62

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

Shades of Guardsman Red #A8333E

Tints of Guardsman Red #A8333E

RGB

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

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

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

R = 59.79%
G = 18.15%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8333E (or 0xA8333E) is known color: Guardsman Red. HEX triplet: A8, 33 and 3E. RGB value is (168,51,62). Sum of RGB (Red+Green+Blue) = 168+51+62=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333E is #57CCC1. Grayscale: #575757. Windows color (decimal): -5754050 or 4076456. OLE color: 4076456.

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

Color convert

RGB 168 51 62 -
CMYK 0 0.70 0.63 0.34
HSL 354.36º 0.53% 0.43% -
HSV(B) 354.36º 0.7% 0.66% -
XYZ 18.2 11.04 5.73 -
YUV 87.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 168 51 62 0 0.70 0.63 0.34 354.36 0.53 0.43
Hex A8 33 3E 0 46 3F 22 162 35 2B
Octal 250 63 76 0 106 77 42 542 65 53
Binary 10101000 110011 111110 0 1000110 111111 100010 101100010 110101 101011

Color Harmonies of #A8333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8333E

Black with #A8333E

Text Example


Text Example

White with #A8333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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