Html Css Color HEX #A02839 Bright Red

📋 copy color: '#A02839'

red 160 ◦ green 40 ◦ blue 57

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

Shades of Bright Red #A02839

Tints of Bright Red #A02839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 62.26%
G = 15.56%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A02839 (or 0xA02839) is known color: Bright Red. HEX triplet: A0, 28 and 39. RGB value is (160,40,57). Sum of RGB (Red+Green+Blue) = 160+40+57=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A02839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02839 is #5FD7C6. Grayscale: #4D4D4D. Windows color (decimal): -6281159 or 3745952. OLE color: 3745952.

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

Color convert

RGB 160 40 57 -
CMYK 0 0.75 0.64 0.37
HSL 351.5º 0.6% 0.39% -
HSV(B) 351.5º 0.75% 0.63% -
XYZ 15.99 9.29 4.82 -
YUV 77.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 160 40 57 0 0.75 0.64 0.37 351.5 0.6 0.39
Hex A0 28 39 0 4B 40 25 160 3C 27
Octal 240 50 71 0 113 100 45 540 74 47
Binary 10100000 101000 111001 0 1001011 1000000 100101 101100000 111100 100111

Color Harmonies of #A02839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02839

Black with #A02839

Text Example


Text Example

White with #A02839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02839; }

 p { color: rgb(160,40,57); }

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

background-color css

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

 a { background-color: rgb(160,40,57); }

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

border-color css

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

 span { border-color: rgb(160,40,57); }

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