Html Css Color HEX #A13738 Guardsman Red

📋 copy color: '#A13738'

red 161 ◦ green 55 ◦ blue 56

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

Shades of Guardsman Red #A13738

Tints of Guardsman Red #A13738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 59.19%
G = 20.22%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A13738 (or 0xA13738) is known color: Guardsman Red. HEX triplet: A1, 37 and 38. RGB value is (161,55,56). Sum of RGB (Red+Green+Blue) = 161+55+56=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A13738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13738 is #5EC8C7. Grayscale: #565656. Windows color (decimal): -6211784 or 3684257. OLE color: 3684257.

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

Color convert

RGB 161 55 56 -
CMYK 0 0.66 0.65 0.37
HSL 359.43º 0.49% 0.42% -
HSV(B) 359.43º 0.66% 0.63% -
XYZ 16.78 10.59 4.9 -
YUV 86.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 161 55 56 0 0.66 0.65 0.37 359.43 0.49 0.42
Hex A1 37 38 0 42 41 25 167 31 2A
Octal 241 67 70 0 102 101 45 547 61 52
Binary 10100001 110111 111000 0 1000010 1000001 100101 101100111 110001 101010

Color Harmonies of #A13738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13738

Black with #A13738

Text Example


Text Example

White with #A13738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13738; }

 p { color: rgb(161,55,56); }

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

background-color css

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

 a { background-color: rgb(161,55,56); }

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

border-color css

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

 span { border-color: rgb(161,55,56); }

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