Html Css Color HEX #A1383C Guardsman Red

📋 copy color: '#A1383C'

red 161 ◦ green 56 ◦ blue 60

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

Shades of Guardsman Red #A1383C

Tints of Guardsman Red #A1383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 58.12%
G = 20.22%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1383C (or 0xA1383C) is known color: Guardsman Red. HEX triplet: A1, 38 and 3C. RGB value is (161,56,60). Sum of RGB (Red+Green+Blue) = 161+56+60=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1383C is #5EC7C3. Grayscale: #575757. Windows color (decimal): -6211524 or 3946657. OLE color: 3946657.

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

Color convert

RGB 161 56 60 -
CMYK 0 0.65 0.63 0.37
HSL 357.71º 0.48% 0.43% -
HSV(B) 357.71º 0.65% 0.63% -
XYZ 16.93 10.73 5.45 -
YUV 87.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 161 56 60 0 0.65 0.63 0.37 357.71 0.48 0.43
Hex A1 38 3C 0 41 3F 25 166 30 2B
Octal 241 70 74 0 101 77 45 546 60 53
Binary 10100001 111000 111100 0 1000001 111111 100101 101100110 110000 101011

Color Harmonies of #A1383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1383C

Black with #A1383C

Text Example


Text Example

White with #A1383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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