Html Css Color HEX #A13339 Guardsman Red

📋 copy color: '#A13339'

red 161 ◦ green 51 ◦ blue 57

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

Shades of Guardsman Red #A13339

Tints of Guardsman Red #A13339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 59.85%
G = 18.96%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A13339 (or 0xA13339) is known color: Guardsman Red. HEX triplet: A1, 33 and 39. RGB value is (161,51,57). Sum of RGB (Red+Green+Blue) = 161+51+57=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A13339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13339 is #5ECCC6. Grayscale: #545454. Windows color (decimal): -6212807 or 3748769. OLE color: 3748769.

HSL color Cylindrical-coordinate representation of color #A13339: hue angle of 356.73º degrees, saturation: 0.52, 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 #A13339 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 51 57 -
CMYK 0 0.68 0.65 0.37
HSL 356.73º 0.52% 0.42% -
HSV(B) 356.73º 0.68% 0.63% -
XYZ 16.62 10.24 4.97 -
YUV 84.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 161 51 57 0 0.68 0.65 0.37 356.73 0.52 0.42
Hex A1 33 39 0 44 41 25 165 34 2A
Octal 241 63 71 0 104 101 45 545 64 52
Binary 10100001 110011 111001 0 1000100 1000001 100101 101100101 110100 101010

Color Harmonies of #A13339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13339

Black with #A13339

Text Example


Text Example

White with #A13339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13339; }

 p { color: rgb(161,51,57); }

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

background-color css

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

 a { background-color: rgb(161,51,57); }

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

border-color css

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

 span { border-color: rgb(161,51,57); }

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