Html Css Color HEX #A3172A Bright Red

📋 copy color: '#A3172A'

red 163 ◦ green 23 ◦ blue 42

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

Shades of Bright Red #A3172A

Tints of Bright Red #A3172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 71.49%
G = 10.09%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3172A (or 0xA3172A) is known color: Bright Red. HEX triplet: A3, 17 and 2A. RGB value is (163,23,42). Sum of RGB (Red+Green+Blue) = 163+23+42=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3172A is #5CE8D5. Grayscale: #434343. Windows color (decimal): -6088918 or 2758563. OLE color: 2758563.

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

Color convert

RGB 163 23 42 -
CMYK 0 0.86 0.74 0.36
HSL 351.86º 0.75% 0.36% -
HSV(B) 351.86º 0.86% 0.64% -
XYZ 15.83 8.57 3.01 -
YUV 67.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 163 23 42 0 0.86 0.74 0.36 351.86 0.75 0.36
Hex A3 17 2A 0 56 4A 24 160 4B 24
Octal 243 27 52 0 126 112 44 540 113 44
Binary 10100011 10111 101010 0 1010110 1001010 100100 101100000 1001011 100100

Color Harmonies of #A3172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3172A

Black with #A3172A

Text Example


Text Example

White with #A3172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3172A; }

 p { color: rgb(163,23,42); }

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

background-color css

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

 a { background-color: rgb(163,23,42); }

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

border-color css

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

 span { border-color: rgb(163,23,42); }

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