Html Css Color HEX #A3253A Bright Red

📋 copy color: '#A3253A'

red 163 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #A3253A

Tints of Bright Red #A3253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 63.18%
G = 14.34%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3253A (or 0xA3253A) is known color: Bright Red. HEX triplet: A3, 25 and 3A. RGB value is (163,37,58). Sum of RGB (Red+Green+Blue) = 163+37+58=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3253A is #5CDAC5. Grayscale: #4D4D4D. Windows color (decimal): -6085318 or 3810723. OLE color: 3810723.

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

Color convert

RGB 163 37 58 -
CMYK 0 0.77 0.64 0.36
HSL 350º 0.63% 0.39% -
HSV(B) 350º 0.77% 0.64% -
XYZ 16.53 9.42 4.95 -
YUV 77.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 163 37 58 0 0.77 0.64 0.36 350 0.63 0.39
Hex A3 25 3A 0 4D 40 24 15E 3F 27
Octal 243 45 72 0 115 100 44 536 77 47
Binary 10100011 100101 111010 0 1001101 1000000 100100 101011110 111111 100111

Color Harmonies of #A3253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3253A

Black with #A3253A

Text Example


Text Example

White with #A3253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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