Html Css Color HEX #A0253A Bright Red

📋 copy color: '#A0253A'

red 160 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #A0253A

Tints of Bright Red #A0253A

RGB

 RED value IS 160 (62.89% from 255) = 62.75%

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

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

R = 62.75%
G = 14.51%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0253A (or 0xA0253A) is known color: Bright Red. HEX triplet: A0, 25 and 3A. RGB value is (160,37,58). Sum of RGB (Red+Green+Blue) = 160+37+58=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0253A is #5FDAC5. Grayscale: #4C4C4C. Windows color (decimal): -6281926 or 3810720. OLE color: 3810720.

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

Color convert

RGB 160 37 58 -
CMYK 0 0.77 0.64 0.37
HSL 349.76º 0.62% 0.39% -
HSV(B) 349.76º 0.77% 0.63% -
XYZ 15.92 9.1 4.92 -
YUV 76.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 160 37 58 0 0.77 0.64 0.37 349.76 0.62 0.39
Hex A0 25 3A 0 4D 40 25 15E 3E 27
Octal 240 45 72 0 115 100 45 536 76 47
Binary 10100000 100101 111010 0 1001101 1000000 100101 101011110 111110 100111

Color Harmonies of #A0253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0253A

Black with #A0253A

Text Example


Text Example

White with #A0253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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