Html Css Color HEX #A5333A Guardsman Red

📋 copy color: '#A5333A'

red 165 ◦ green 51 ◦ blue 58

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

Shades of Guardsman Red #A5333A

Tints of Guardsman Red #A5333A

RGB

 RED value IS 165 (64.84% from 255) = 60.22%

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

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

R = 60.22%
G = 18.61%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5333A (or 0xA5333A) is known color: Guardsman Red. HEX triplet: A5, 33 and 3A. RGB value is (165,51,58). Sum of RGB (Red+Green+Blue) = 165+51+58=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5333A is #5ACCC5. Grayscale: #555555. Windows color (decimal): -5950662 or 3814309. OLE color: 3814309.

HSL color Cylindrical-coordinate representation of color #A5333A: hue angle of 356.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5333A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 51 58 -
CMYK 0 0.69 0.65 0.35
HSL 356.32º 0.53% 0.42% -
HSV(B) 356.32º 0.69% 0.65% -
XYZ 17.46 10.67 5.14 -
YUV 85.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 165 51 58 0 0.69 0.65 0.35 356.32 0.53 0.42
Hex A5 33 3A 0 45 41 23 164 35 2A
Octal 245 63 72 0 105 101 43 544 65 52
Binary 10100101 110011 111010 0 1000101 1000001 100011 101100100 110101 101010

Color Harmonies of #A5333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5333A

Black with #A5333A

Text Example


Text Example

White with #A5333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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