Html Css Color HEX #A52123 Guardsman Red

📋 copy color: '#A52123'

red 165 ◦ green 33 ◦ blue 35

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

Shades of Guardsman Red #A52123

Tints of Guardsman Red #A52123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 70.82%
G = 14.16%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A52123 (or 0xA52123) is known color: Guardsman Red. HEX triplet: A5, 21 and 23. RGB value is (165,33,35). Sum of RGB (Red+Green+Blue) = 165+33+35=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A52123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52123 is #5ADEDC. Grayscale: #484848. Windows color (decimal): -5955293 or 2302373. OLE color: 2302373.

HSL color Cylindrical-coordinate representation of color #A52123: hue angle of 359.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52123 is Cyan = 0, Magento = 0.8, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 35 -
CMYK 0 0.8 0.79 0.35
HSL 359.09º 0.67% 0.39% -
HSV(B) 359.09º 0.8% 0.65% -
XYZ 16.36 9.21 2.51 -
YUV 72.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 165 33 35 0 0.8 0.79 0.35 359.09 0.67 0.39
Hex A5 21 23 0 50 4F 23 167 43 27
Octal 245 41 43 0 120 117 43 547 103 47
Binary 10100101 100001 100011 0 1010000 1001111 100011 101100111 1000011 100111

Color Harmonies of #A52123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52123

Black with #A52123

Text Example


Text Example

White with #A52123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52123; }

 p { color: rgb(165,33,35); }

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

background-color css

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

 a { background-color: rgb(165,33,35); }

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

border-color css

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

 span { border-color: rgb(165,33,35); }

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