Html Css Color HEX #A8333B Guardsman Red

📋 copy color: '#A8333B'

red 168 ◦ green 51 ◦ blue 59

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

Shades of Guardsman Red #A8333B

Tints of Guardsman Red #A8333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 60.43%
G = 18.35%
B = 21.22%

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

#A8333B (or 0xA8333B) is known color: Guardsman Red. HEX triplet: A8, 33 and 3B. RGB value is (168,51,59). Sum of RGB (Red+Green+Blue) = 168+51+59=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333B is #57CCC4. Grayscale: #565656. Windows color (decimal): -5754053 or 3879848. OLE color: 3879848.

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

Color convert

RGB 168 51 59 -
CMYK 0 0.70 0.65 0.34
HSL 355.9º 0.53% 0.43% -
HSV(B) 355.9º 0.7% 0.66% -
XYZ 18.12 11.01 5.31 -
YUV 86.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 168 51 59 0 0.70 0.65 0.34 355.9 0.53 0.43
Hex A8 33 3B 0 46 41 22 164 35 2B
Octal 250 63 73 0 106 101 42 544 65 53
Binary 10101000 110011 111011 0 1000110 1000001 100010 101100100 110101 101011

Color Harmonies of #A8333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8333B

Black with #A8333B

Text Example


Text Example

White with #A8333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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