Html Css Color HEX #A0383C Guardsman Red

📋 copy color: '#A0383C'

red 160 ◦ green 56 ◦ blue 60

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

Shades of Guardsman Red #A0383C

Tints of Guardsman Red #A0383C

RGB

 RED value IS 160 (62.89% from 255) = 57.97%

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

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

R = 57.97%
G = 20.29%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0383C (or 0xA0383C) is known color: Guardsman Red. HEX triplet: A0, 38 and 3C. RGB value is (160,56,60). Sum of RGB (Red+Green+Blue) = 160+56+60=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0383C is #5FC7C3. Grayscale: #575757. Windows color (decimal): -6277060 or 3946656. OLE color: 3946656.

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

Color convert

RGB 160 56 60 -
CMYK 0 0.65 0.62 0.37
HSL 357.69º 0.48% 0.42% -
HSV(B) 357.69º 0.65% 0.63% -
XYZ 16.73 10.63 5.44 -
YUV 87.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 160 56 60 0 0.65 0.62 0.37 357.69 0.48 0.42
Hex A0 38 3C 0 41 3E 25 166 30 2A
Octal 240 70 74 0 101 76 45 546 60 52
Binary 10100000 111000 111100 0 1000001 111110 100101 101100110 110000 101010

Color Harmonies of #A0383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0383C

Black with #A0383C

Text Example


Text Example

White with #A0383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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