Html Css Color HEX #A13541 Guardsman Red

📋 copy color: '#A13541'

red 161 ◦ green 53 ◦ blue 65

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

Shades of Guardsman Red #A13541

Tints of Guardsman Red #A13541

RGB

 RED value IS 161 (63.28% from 255) = 57.71%

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

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

R = 57.71%
G = 19%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A13541 (or 0xA13541) is known color: Guardsman Red. HEX triplet: A1, 35 and 41. RGB value is (161,53,65). Sum of RGB (Red+Green+Blue) = 161+53+65=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A13541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13541 is #5ECABE. Grayscale: #565656. Windows color (decimal): -6212287 or 4273569. OLE color: 4273569.

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

Color convert

RGB 161 53 65 -
CMYK 0 0.67 0.60 0.37
HSL 353.33º 0.5% 0.42% -
HSV(B) 353.33º 0.67% 0.63% -
XYZ 16.93 10.5 6.14 -
YUV 86.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 161 53 65 0 0.67 0.60 0.37 353.33 0.5 0.42
Hex A1 35 41 0 43 3C 25 161 32 2A
Octal 241 65 101 0 103 74 45 541 62 52
Binary 10100001 110101 1000001 0 1000011 111100 100101 101100001 110010 101010

Color Harmonies of #A13541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13541

Black with #A13541

Text Example


Text Example

White with #A13541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13541; }

 p { color: rgb(161,53,65); }

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

background-color css

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

 a { background-color: rgb(161,53,65); }

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

border-color css

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

 span { border-color: rgb(161,53,65); }

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