Html Css Color HEX #A3143A Bright Red

📋 copy color: '#A3143A'

red 163 ◦ green 20 ◦ blue 58

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

Shades of Bright Red #A3143A

Tints of Bright Red #A3143A

RGB

 RED value IS 163 (64.06% from 255) = 67.63%

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 67.63%
G = 8.3%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3143A (or 0xA3143A) is known color: Bright Red. HEX triplet: A3, 14 and 3A. RGB value is (163,20,58). Sum of RGB (Red+Green+Blue) = 163+20+58=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3143A is #5CEBC5. Grayscale: #434343. Windows color (decimal): -6089670 or 3806371. OLE color: 3806371.

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

Color convert

RGB 163 20 58 -
CMYK 0 0.88 0.64 0.36
HSL 344.06º 0.78% 0.36% -
HSV(B) 344.06º 0.88% 0.64% -
XYZ 16.12 8.59 4.81 -
YUV 67.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 163 20 58 0 0.88 0.64 0.36 344.06 0.78 0.36
Hex A3 14 3A 0 58 40 24 158 4E 24
Octal 243 24 72 0 130 100 44 530 116 44
Binary 10100011 10100 111010 0 1011000 1000000 100100 101011000 1001110 100100

Color Harmonies of #A3143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3143A

Black with #A3143A

Text Example


Text Example

White with #A3143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3143A; }

 p { color: rgb(163,20,58); }

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

background-color css

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

 a { background-color: rgb(163,20,58); }

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

border-color css

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

 span { border-color: rgb(163,20,58); }

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