Html Css Color HEX #A53034 Guardsman Red

📋 copy color: '#A53034'

red 165 ◦ green 48 ◦ blue 52

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

Shades of Guardsman Red #A53034

Tints of Guardsman Red #A53034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 62.26%
G = 18.11%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A53034 (or 0xA53034) is known color: Guardsman Red. HEX triplet: A5, 30 and 34. RGB value is (165,48,52). Sum of RGB (Red+Green+Blue) = 165+48+52=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A53034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53034 is #5ACFCB. Grayscale: #535353. Windows color (decimal): -5951436 or 3420325. OLE color: 3420325.

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

Color convert

RGB 165 48 52 -
CMYK 0 0.71 0.68 0.35
HSL 357.95º 0.55% 0.42% -
HSV(B) 357.95º 0.71% 0.65% -
XYZ 17.19 10.36 4.34 -
YUV 83.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 165 48 52 0 0.71 0.68 0.35 357.95 0.55 0.42
Hex A5 30 34 0 47 44 23 166 37 2A
Octal 245 60 64 0 107 104 43 546 67 52
Binary 10100101 110000 110100 0 1000111 1000100 100011 101100110 110111 101010

Color Harmonies of #A53034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53034

Black with #A53034

Text Example


Text Example

White with #A53034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53034; }

 p { color: rgb(165,48,52); }

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

background-color css

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

 a { background-color: rgb(165,48,52); }

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

border-color css

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

 span { border-color: rgb(165,48,52); }

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