Html Css Color HEX #A0193D Bright Red

📋 copy color: '#A0193D'

red 160 ◦ green 25 ◦ blue 61

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

Shades of Bright Red #A0193D

Tints of Bright Red #A0193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 65.04%
G = 10.16%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0193D (or 0xA0193D) is known color: Bright Red. HEX triplet: A0, 19 and 3D. RGB value is (160,25,61). Sum of RGB (Red+Green+Blue) = 160+25+61=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0193D is #5FE6C2. Grayscale: #454545. Windows color (decimal): -6284995 or 4004256. OLE color: 4004256.

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

Color convert

RGB 160 25 61 -
CMYK 0 0.84 0.62 0.37
HSL 344º 0.73% 0.36% -
HSV(B) 344º 0.84% 0.63% -
XYZ 15.69 8.51 5.23 -
YUV 69.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 160 25 61 0 0.84 0.62 0.37 344 0.73 0.36
Hex A0 19 3D 0 54 3E 25 158 49 24
Octal 240 31 75 0 124 76 45 530 111 44
Binary 10100000 11001 111101 0 1010100 111110 100101 101011000 1001001 100100

Color Harmonies of #A0193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0193D

Black with #A0193D

Text Example


Text Example

White with #A0193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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