Html Css Color HEX #A23540 Guardsman Red

📋 copy color: '#A23540'

red 162 ◦ green 53 ◦ blue 64

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

Shades of Guardsman Red #A23540

Tints of Guardsman Red #A23540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 58.06%
G = 19%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A23540 (or 0xA23540) is known color: Guardsman Red. HEX triplet: A2, 35 and 40. RGB value is (162,53,64). Sum of RGB (Red+Green+Blue) = 162+53+64=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A23540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23540 is #5DCABF. Grayscale: #565656. Windows color (decimal): -6146752 or 4208034. OLE color: 4208034.

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

Color convert

RGB 162 53 64 -
CMYK 0 0.67 0.60 0.36
HSL 353.94º 0.51% 0.42% -
HSV(B) 353.94º 0.67% 0.64% -
XYZ 17.1 10.6 5.99 -
YUV 86.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 162 53 64 0 0.67 0.60 0.36 353.94 0.51 0.42
Hex A2 35 40 0 43 3C 24 162 33 2A
Octal 242 65 100 0 103 74 44 542 63 52
Binary 10100010 110101 1000000 0 1000011 111100 100100 101100010 110011 101010

Color Harmonies of #A23540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23540

Black with #A23540

Text Example


Text Example

White with #A23540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23540; }

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

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

background-color css

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

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

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

border-color css

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

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

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