Html Css Color HEX #A0143B Bright Red

📋 copy color: '#A0143B'

red 160 ◦ green 20 ◦ blue 59

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

Shades of Bright Red #A0143B

Tints of Bright Red #A0143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 66.95%
G = 8.37%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0143B (or 0xA0143B) is known color: Bright Red. HEX triplet: A0, 14 and 3B. RGB value is (160,20,59). Sum of RGB (Red+Green+Blue) = 160+20+59=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0143B is #5FEBC4. Grayscale: #424242. Windows color (decimal): -6286277 or 3871904. OLE color: 3871904.

HSL color Cylindrical-coordinate representation of color #A0143B: hue angle of 343.29º 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 #A0143B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 59 -
CMYK 0 0.88 0.63 0.37
HSL 343.29º 0.78% 0.35% -
HSV(B) 343.29º 0.88% 0.63% -
XYZ 15.54 8.29 4.92 -
YUV 66.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 160 20 59 0 0.88 0.63 0.37 343.29 0.78 0.35
Hex A0 14 3B 0 58 3F 25 157 4E 23
Octal 240 24 73 0 130 77 45 527 116 43
Binary 10100000 10100 111011 0 1011000 111111 100101 101010111 1001110 100011

Color Harmonies of #A0143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0143B

Black with #A0143B

Text Example


Text Example

White with #A0143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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