Html Css Color HEX #A53233 Guardsman Red

📋 copy color: '#A53233'

red 165 ◦ green 50 ◦ blue 51

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

Shades of Guardsman Red #A53233

Tints of Guardsman Red #A53233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 62.03%
G = 18.8%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A53233 (or 0xA53233) is known color: Guardsman Red. HEX triplet: A5, 32 and 33. RGB value is (165,50,51). Sum of RGB (Red+Green+Blue) = 165+50+51=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A53233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53233 is #5ACDCC. Grayscale: #545454. Windows color (decimal): -5950925 or 3355301. OLE color: 3355301.

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

Color convert

RGB 165 50 51 -
CMYK 0 0.70 0.69 0.35
HSL 359.48º 0.53% 0.42% -
HSV(B) 359.48º 0.7% 0.65% -
XYZ 17.26 10.52 4.25 -
YUV 84.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 165 50 51 0 0.70 0.69 0.35 359.48 0.53 0.42
Hex A5 32 33 0 46 45 23 167 35 2A
Octal 245 62 63 0 106 105 43 547 65 52
Binary 10100101 110010 110011 0 1000110 1000101 100011 101100111 110101 101010

Color Harmonies of #A53233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53233

Black with #A53233

Text Example


Text Example

White with #A53233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53233; }

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

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

background-color css

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

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

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

border-color css

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

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

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