Html Css Color HEX #A02541 Bright Red

📋 copy color: '#A02541'

red 160 ◦ green 37 ◦ blue 65

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

Shades of Bright Red #A02541

Tints of Bright Red #A02541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 61.07%
G = 14.12%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A02541 (or 0xA02541) is known color: Bright Red. HEX triplet: A0, 25 and 41. RGB value is (160,37,65). Sum of RGB (Red+Green+Blue) = 160+37+65=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A02541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02541 is #5FDABE. Grayscale: #4C4C4C. Windows color (decimal): -6281919 or 4269472. OLE color: 4269472.

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

Color convert

RGB 160 37 65 -
CMYK 0 0.77 0.59 0.37
HSL 346.34º 0.62% 0.39% -
HSV(B) 346.34º 0.77% 0.63% -
XYZ 16.11 9.18 5.92 -
YUV 76.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 160 37 65 0 0.77 0.59 0.37 346.34 0.62 0.39
Hex A0 25 41 0 4D 3B 25 15A 3E 27
Octal 240 45 101 0 115 73 45 532 76 47
Binary 10100000 100101 1000001 0 1001101 111011 100101 101011010 111110 100111

Color Harmonies of #A02541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02541

Black with #A02541

Text Example


Text Example

White with #A02541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02541; }

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

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

background-color css

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

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

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

border-color css

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

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

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