Html Css Color HEX #A3183A Bright Red

📋 copy color: '#A3183A'

red 163 ◦ green 24 ◦ blue 58

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

Shades of Bright Red #A3183A

Tints of Bright Red #A3183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 66.53%
G = 9.8%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3183A (or 0xA3183A) is known color: Bright Red. HEX triplet: A3, 18 and 3A. RGB value is (163,24,58). Sum of RGB (Red+Green+Blue) = 163+24+58=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3183A is #5CE7C5. Grayscale: #454545. Windows color (decimal): -6088646 or 3807395. OLE color: 3807395.

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

Color convert

RGB 163 24 58 -
CMYK 0 0.85 0.64 0.36
HSL 345.32º 0.74% 0.37% -
HSV(B) 345.32º 0.85% 0.64% -
XYZ 16.19 8.75 4.84 -
YUV 69.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 163 24 58 0 0.85 0.64 0.36 345.32 0.74 0.37
Hex A3 18 3A 0 55 40 24 159 4A 25
Octal 243 30 72 0 125 100 44 531 112 45
Binary 10100011 11000 111010 0 1010101 1000000 100100 101011001 1001010 100101

Color Harmonies of #A3183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3183A

Black with #A3183A

Text Example


Text Example

White with #A3183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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