Html Css Color HEX #A23240 Guardsman Red

📋 copy color: '#A23240'

red 162 ◦ green 50 ◦ blue 64

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

Shades of Guardsman Red #A23240

Tints of Guardsman Red #A23240

RGB

 RED value IS 162 (63.67% from 255) = 58.7%

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 58.7%
G = 18.12%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A23240 (or 0xA23240) is known color: Guardsman Red. HEX triplet: A2, 32 and 40. RGB value is (162,50,64). Sum of RGB (Red+Green+Blue) = 162+50+64=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A23240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23240 is #5DCDBF. Grayscale: #555555. Windows color (decimal): -6147520 or 4207266. OLE color: 4207266.

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

Color convert

RGB 162 50 64 -
CMYK 0 0.69 0.60 0.36
HSL 352.5º 0.53% 0.42% -
HSV(B) 352.5º 0.69% 0.64% -
XYZ 16.97 10.33 5.95 -
YUV 85.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 162 50 64 0 0.69 0.60 0.36 352.5 0.53 0.42
Hex A2 32 40 0 45 3C 24 160 35 2A
Octal 242 62 100 0 105 74 44 540 65 52
Binary 10100010 110010 1000000 0 1000101 111100 100100 101100000 110101 101010

Color Harmonies of #A23240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23240

Black with #A23240

Text Example


Text Example

White with #A23240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23240; }

 p { color: rgb(162,50,64); }

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

background-color css

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

 a { background-color: rgb(162,50,64); }

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

border-color css

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

 span { border-color: rgb(162,50,64); }

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