Html Css Color HEX #A23241 Guardsman Red

📋 copy color: '#A23241'

red 162 ◦ green 50 ◦ blue 65

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

Shades of Guardsman Red #A23241

Tints of Guardsman Red #A23241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 58.48%
G = 18.05%
B = 23.47%

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

#A23241 (or 0xA23241) is known color: Guardsman Red. HEX triplet: A2, 32 and 41. RGB value is (162,50,65). Sum of RGB (Red+Green+Blue) = 162+50+65=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A23241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23241 is #5DCDBE. Grayscale: #555555. Windows color (decimal): -6147519 or 4272802. OLE color: 4272802.

HSL color Cylindrical-coordinate representation of color #A23241: hue angle of 351.96º 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 #A23241 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 65 -
CMYK 0 0.69 0.60 0.36
HSL 351.96º 0.53% 0.42% -
HSV(B) 351.96º 0.69% 0.64% -
XYZ 17 10.34 6.1 -
YUV 85.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 162 50 65 0 0.69 0.60 0.36 351.96 0.53 0.42
Hex A2 32 41 0 45 3C 24 160 35 2A
Octal 242 62 101 0 105 74 44 540 65 52
Binary 10100010 110010 1000001 0 1000101 111100 100100 101100000 110101 101010

Color Harmonies of #A23241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23241

Black with #A23241

Text Example


Text Example

White with #A23241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23241; }

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

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

background-color css

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

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

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

border-color css

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

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

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