Html Css Color HEX #A23440 Guardsman Red

📋 copy color: '#A23440'

red 162 ◦ green 52 ◦ blue 64

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

Shades of Guardsman Red #A23440

Tints of Guardsman Red #A23440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 58.27%
G = 18.71%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A23440 (or 0xA23440) is known color: Guardsman Red. HEX triplet: A2, 34 and 40. RGB value is (162,52,64). Sum of RGB (Red+Green+Blue) = 162+52+64=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A23440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23440 is #5DCBBF. Grayscale: #565656. Windows color (decimal): -6147008 or 4207778. OLE color: 4207778.

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

Color convert

RGB 162 52 64 -
CMYK 0 0.68 0.60 0.36
HSL 353.45º 0.51% 0.42% -
HSV(B) 353.45º 0.68% 0.64% -
XYZ 17.05 10.51 5.98 -
YUV 86.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 162 52 64 0 0.68 0.60 0.36 353.45 0.51 0.42
Hex A2 34 40 0 44 3C 24 161 33 2A
Octal 242 64 100 0 104 74 44 541 63 52
Binary 10100010 110100 1000000 0 1000100 111100 100100 101100001 110011 101010

Color Harmonies of #A23440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23440

Black with #A23440

Text Example


Text Example

White with #A23440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23440; }

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

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

background-color css

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

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

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

border-color css

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

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

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