Html Css Color HEX #A0143C Bright Red

📋 copy color: '#A0143C'

red 160 ◦ green 20 ◦ blue 60

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

Shades of Bright Red #A0143C

Tints of Bright Red #A0143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

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

R = 66.67%
G = 8.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0143C (or 0xA0143C) is known color: Bright Red. HEX triplet: A0, 14 and 3C. RGB value is (160,20,60). Sum of RGB (Red+Green+Blue) = 160+20+60=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0143C is #5FEBC3. Grayscale: #424242. Windows color (decimal): -6286276 or 3937440. OLE color: 3937440.

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

Color convert

RGB 160 20 60 -
CMYK 0 0.88 0.62 0.37
HSL 342.86º 0.78% 0.35% -
HSV(B) 342.86º 0.88% 0.63% -
XYZ 15.56 8.3 5.06 -
YUV 66.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 160 20 60 0 0.88 0.62 0.37 342.86 0.78 0.35
Hex A0 14 3C 0 58 3E 25 157 4E 23
Octal 240 24 74 0 130 76 45 527 116 43
Binary 10100000 10100 111100 0 1011000 111110 100101 101010111 1001110 100011

Color Harmonies of #A0143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0143C

Black with #A0143C

Text Example


Text Example

White with #A0143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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