Html Css Color HEX #A8333F Guardsman Red

📋 copy color: '#A8333F'

red 168 ◦ green 51 ◦ blue 63

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

Shades of Guardsman Red #A8333F

Tints of Guardsman Red #A8333F

RGB

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

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

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

R = 59.57%
G = 18.09%
B = 22.34%

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

#A8333F (or 0xA8333F) is known color: Guardsman Red. HEX triplet: A8, 33 and 3F. RGB value is (168,51,63). Sum of RGB (Red+Green+Blue) = 168+51+63=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333F is #57CCC0. Grayscale: #575757. Windows color (decimal): -5754049 or 4141992. OLE color: 4141992.

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

Color convert

RGB 168 51 63 -
CMYK 0 0.70 0.63 0.34
HSL 353.85º 0.53% 0.43% -
HSV(B) 353.85º 0.7% 0.66% -
XYZ 18.23 11.05 5.87 -
YUV 87.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 168 51 63 0 0.70 0.63 0.34 353.85 0.53 0.43
Hex A8 33 3F 0 46 3F 22 162 35 2B
Octal 250 63 77 0 106 77 42 542 65 53
Binary 10101000 110011 111111 0 1000110 111111 100010 101100010 110101 101011

Color Harmonies of #A8333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8333F

Black with #A8333F

Text Example


Text Example

White with #A8333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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