Html Css Color HEX #A13441 Guardsman Red

📋 copy color: '#A13441'

red 161 ◦ green 52 ◦ blue 65

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

Shades of Guardsman Red #A13441

Tints of Guardsman Red #A13441

RGB

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

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

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

R = 57.91%
G = 18.71%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A13441 (or 0xA13441) is known color: Guardsman Red. HEX triplet: A1, 34 and 41. RGB value is (161,52,65). Sum of RGB (Red+Green+Blue) = 161+52+65=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A13441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13441 is #5ECBBE. Grayscale: #565656. Windows color (decimal): -6212543 or 4273313. OLE color: 4273313.

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

Color convert

RGB 161 52 65 -
CMYK 0 0.68 0.60 0.37
HSL 352.84º 0.51% 0.42% -
HSV(B) 352.84º 0.68% 0.63% -
XYZ 16.88 10.41 6.12 -
YUV 86.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 161 52 65 0 0.68 0.60 0.37 352.84 0.51 0.42
Hex A1 34 41 0 44 3C 25 161 33 2A
Octal 241 64 101 0 104 74 45 541 63 52
Binary 10100001 110100 1000001 0 1000100 111100 100101 101100001 110011 101010

Color Harmonies of #A13441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13441

Black with #A13441

Text Example


Text Example

White with #A13441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13441; }

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

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

background-color css

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

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

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

border-color css

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

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

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