Html Css Color HEX #A13239 Guardsman Red

📋 copy color: '#A13239'

red 161 ◦ green 50 ◦ blue 57

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

Shades of Guardsman Red #A13239

Tints of Guardsman Red #A13239

RGB

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

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

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

R = 60.07%
G = 18.66%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A13239 (or 0xA13239) is known color: Guardsman Red. HEX triplet: A1, 32 and 39. RGB value is (161,50,57). Sum of RGB (Red+Green+Blue) = 161+50+57=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A13239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13239 is #5ECDC6. Grayscale: #545454. Windows color (decimal): -6213063 or 3748513. OLE color: 3748513.

HSL color Cylindrical-coordinate representation of color #A13239: hue angle of 356.22º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13239 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 57 -
CMYK 0 0.69 0.65 0.37
HSL 356.22º 0.53% 0.41% -
HSV(B) 356.22º 0.69% 0.63% -
XYZ 16.58 10.15 4.96 -
YUV 83.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 161 50 57 0 0.69 0.65 0.37 356.22 0.53 0.41
Hex A1 32 39 0 45 41 25 164 35 29
Octal 241 62 71 0 105 101 45 544 65 51
Binary 10100001 110010 111001 0 1000101 1000001 100101 101100100 110101 101001

Color Harmonies of #A13239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13239

Black with #A13239

Text Example


Text Example

White with #A13239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13239; }

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

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

background-color css

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

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

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

border-color css

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

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

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