Html Css Color HEX #A3253C Bright Red

📋 copy color: '#A3253C'

red 163 ◦ green 37 ◦ blue 60

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

Shades of Bright Red #A3253C

Tints of Bright Red #A3253C

RGB

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

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

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

R = 62.69%
G = 14.23%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3253C (or 0xA3253C) is known color: Bright Red. HEX triplet: A3, 25 and 3C. RGB value is (163,37,60). Sum of RGB (Red+Green+Blue) = 163+37+60=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3253C is #5CDAC3. Grayscale: #4D4D4D. Windows color (decimal): -6085316 or 3941795. OLE color: 3941795.

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

Color convert

RGB 163 37 60 -
CMYK 0 0.77 0.63 0.36
HSL 349.05º 0.63% 0.39% -
HSV(B) 349.05º 0.77% 0.64% -
XYZ 16.58 9.44 5.22 -
YUV 77.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 163 37 60 0 0.77 0.63 0.36 349.05 0.63 0.39
Hex A3 25 3C 0 4D 3F 24 15D 3F 27
Octal 243 45 74 0 115 77 44 535 77 47
Binary 10100011 100101 111100 0 1001101 111111 100100 101011101 111111 100111

Color Harmonies of #A3253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3253C

Black with #A3253C

Text Example


Text Example

White with #A3253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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