Html Css Color HEX #A3193E Bright Red

📋 copy color: '#A3193E'

red 163 ◦ green 25 ◦ blue 62

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

Shades of Bright Red #A3193E

Tints of Bright Red #A3193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 65.2%
G = 10%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3193E (or 0xA3193E) is known color: Bright Red. HEX triplet: A3, 19 and 3E. RGB value is (163,25,62). Sum of RGB (Red+Green+Blue) = 163+25+62=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A3193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3193E is #5CE6C1. Grayscale: #464646. Windows color (decimal): -6088386 or 4069795. OLE color: 4069795.

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

Color convert

RGB 163 25 62 -
CMYK 0 0.85 0.62 0.36
HSL 343.91º 0.73% 0.37% -
HSV(B) 343.91º 0.85% 0.64% -
XYZ 16.32 8.83 5.4 -
YUV 70.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 163 25 62 0 0.85 0.62 0.36 343.91 0.73 0.37
Hex A3 19 3E 0 55 3E 24 158 49 25
Octal 243 31 76 0 125 76 44 530 111 45
Binary 10100011 11001 111110 0 1010101 111110 100100 101011000 1001001 100101

Color Harmonies of #A3193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3193E

Black with #A3193E

Text Example


Text Example

White with #A3193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3193E; }

 p { color: rgb(163,25,62); }

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

background-color css

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

 a { background-color: rgb(163,25,62); }

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

border-color css

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

 span { border-color: rgb(163,25,62); }

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