Html Css Color HEX #A13638 Guardsman Red

📋 copy color: '#A13638'

red 161 ◦ green 54 ◦ blue 56

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

Shades of Guardsman Red #A13638

Tints of Guardsman Red #A13638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 59.41%
G = 19.93%
B = 20.66%

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

#A13638 (or 0xA13638) is known color: Guardsman Red. HEX triplet: A1, 36 and 38. RGB value is (161,54,56). Sum of RGB (Red+Green+Blue) = 161+54+56=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A13638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13638 is #5EC9C7. Grayscale: #565656. Windows color (decimal): -6212040 or 3684001. OLE color: 3684001.

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

Color convert

RGB 161 54 56 -
CMYK 0 0.66 0.65 0.37
HSL 358.88º 0.5% 0.42% -
HSV(B) 358.88º 0.66% 0.63% -
XYZ 16.73 10.5 4.89 -
YUV 86.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 161 54 56 0 0.66 0.65 0.37 358.88 0.5 0.42
Hex A1 36 38 0 42 41 25 167 32 2A
Octal 241 66 70 0 102 101 45 547 62 52
Binary 10100001 110110 111000 0 1000010 1000001 100101 101100111 110010 101010

Color Harmonies of #A13638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13638

Black with #A13638

Text Example


Text Example

White with #A13638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13638; }

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

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

background-color css

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

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

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

border-color css

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

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

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