Html Css Color HEX #A3193C Bright Red

📋 copy color: '#A3193C'

red 163 ◦ green 25 ◦ blue 60

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

Shades of Bright Red #A3193C

Tints of Bright Red #A3193C

RGB

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

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

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

R = 65.73%
G = 10.08%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3193C (or 0xA3193C) is known color: Bright Red. HEX triplet: A3, 19 and 3C. RGB value is (163,25,60). Sum of RGB (Red+Green+Blue) = 163+25+60=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A3193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3193C is #5CE6C3. Grayscale: #464646. Windows color (decimal): -6088388 or 3938723. OLE color: 3938723.

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

Color convert

RGB 163 25 60 -
CMYK 0 0.85 0.63 0.36
HSL 344.78º 0.73% 0.37% -
HSV(B) 344.78º 0.85% 0.64% -
XYZ 16.27 8.81 5.12 -
YUV 70.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 163 25 60 0 0.85 0.63 0.36 344.78 0.73 0.37
Hex A3 19 3C 0 55 3F 24 159 49 25
Octal 243 31 74 0 125 77 44 531 111 45
Binary 10100011 11001 111100 0 1010101 111111 100100 101011001 1001001 100101

Color Harmonies of #A3193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3193C

Black with #A3193C

Text Example


Text Example

White with #A3193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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