Html Css Color HEX #A52023 Guardsman Red

📋 copy color: '#A52023'

red 165 ◦ green 32 ◦ blue 35

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

Shades of Guardsman Red #A52023

Tints of Guardsman Red #A52023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 71.12%
G = 13.79%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A52023 (or 0xA52023) is known color: Guardsman Red. HEX triplet: A5, 20 and 23. RGB value is (165,32,35). Sum of RGB (Red+Green+Blue) = 165+32+35=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A52023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52023 is #5ADFDC. Grayscale: #484848. Windows color (decimal): -5955549 or 2302117. OLE color: 2302117.

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

Color convert

RGB 165 32 35 -
CMYK 0 0.81 0.79 0.35
HSL 358.65º 0.68% 0.39% -
HSV(B) 358.65º 0.81% 0.65% -
XYZ 16.34 9.15 2.5 -
YUV 72.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 165 32 35 0 0.81 0.79 0.35 358.65 0.68 0.39
Hex A5 20 23 0 51 4F 23 167 44 27
Octal 245 40 43 0 121 117 43 547 104 47
Binary 10100101 100000 100011 0 1010001 1001111 100011 101100111 1000100 100111

Color Harmonies of #A52023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52023

Black with #A52023

Text Example


Text Example

White with #A52023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52023; }

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

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

background-color css

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

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

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

border-color css

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

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

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