Html Css Color HEX #A0113D Bright Red

📋 copy color: '#A0113D'

red 160 ◦ green 17 ◦ blue 61

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

Shades of Bright Red #A0113D

Tints of Bright Red #A0113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 67.23%
G = 7.14%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0113D (or 0xA0113D) is known color: Bright Red. HEX triplet: A0, 11 and 3D. RGB value is (160,17,61). Sum of RGB (Red+Green+Blue) = 160+17+61=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0113D is #5FEEC2. Grayscale: #404040. Windows color (decimal): -6287043 or 4002208. OLE color: 4002208.

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

Color convert

RGB 160 17 61 -
CMYK 0 0.89 0.62 0.37
HSL 341.54º 0.81% 0.35% -
HSV(B) 341.54º 0.89% 0.63% -
XYZ 15.54 8.21 5.18 -
YUV 64.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 160 17 61 0 0.89 0.62 0.37 341.54 0.81 0.35
Hex A0 11 3D 0 59 3E 25 156 51 23
Octal 240 21 75 0 131 76 45 526 121 43
Binary 10100000 10001 111101 0 1011001 111110 100101 101010110 1010001 100011

Color Harmonies of #A0113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0113D

Black with #A0113D

Text Example


Text Example

White with #A0113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0113D; }

 p { color: rgb(160,17,61); }

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

background-color css

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

 a { background-color: rgb(160,17,61); }

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

border-color css

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

 span { border-color: rgb(160,17,61); }

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