Html Css Color HEX #A3293F Bright Red

📋 copy color: '#A3293F'

red 163 ◦ green 41 ◦ blue 63

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

Shades of Bright Red #A3293F

Tints of Bright Red #A3293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

 BLUE value IS 63 (25% from 255) = 23.6%

R = 61.05%
G = 15.36%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3293F (or 0xA3293F) is known color: Bright Red. HEX triplet: A3, 29 and 3F. RGB value is (163,41,63). Sum of RGB (Red+Green+Blue) = 163+41+63=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A3293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3293F is #5CD6C0. Grayscale: #505050. Windows color (decimal): -6084289 or 4139427. OLE color: 4139427.

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

Color convert

RGB 163 41 63 -
CMYK 0 0.75 0.61 0.36
HSL 349.18º 0.6% 0.4% -
HSV(B) 349.18º 0.75% 0.64% -
XYZ 16.79 9.73 5.7 -
YUV 79.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 163 41 63 0 0.75 0.61 0.36 349.18 0.6 0.4
Hex A3 29 3F 0 4B 3D 24 15D 3C 28
Octal 243 51 77 0 113 75 44 535 74 50
Binary 10100011 101001 111111 0 1001011 111101 100100 101011101 111100 101000

Color Harmonies of #A3293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3293F

Black with #A3293F

Text Example


Text Example

White with #A3293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3293F; }

 p { color: rgb(163,41,63); }

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

background-color css

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

 a { background-color: rgb(163,41,63); }

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

border-color css

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

 span { border-color: rgb(163,41,63); }

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