Html Css Color HEX #A42539 Bright Red

📋 copy color: '#A42539'

red 164 ◦ green 37 ◦ blue 57

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

Shades of Bright Red #A42539

Tints of Bright Red #A42539

RGB

 RED value IS 164 (64.45% from 255) = 63.57%

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

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

R = 63.57%
G = 14.34%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A42539 (or 0xA42539) is known color: Bright Red. HEX triplet: A4, 25 and 39. RGB value is (164,37,57). Sum of RGB (Red+Green+Blue) = 164+37+57=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A42539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42539 is #5BDAC6. Grayscale: #4D4D4D. Windows color (decimal): -6019783 or 3745188. OLE color: 3745188.

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

Color convert

RGB 164 37 57 -
CMYK 0 0.77 0.65 0.36
HSL 350.55º 0.63% 0.39% -
HSV(B) 350.55º 0.77% 0.64% -
XYZ 16.71 9.51 4.83 -
YUV 77.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 164 37 57 0 0.77 0.65 0.36 350.55 0.63 0.39
Hex A4 25 39 0 4D 41 24 15F 3F 27
Octal 244 45 71 0 115 101 44 537 77 47
Binary 10100100 100101 111001 0 1001101 1000001 100100 101011111 111111 100111

Color Harmonies of #A42539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42539

Black with #A42539

Text Example


Text Example

White with #A42539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42539; }

 p { color: rgb(164,37,57); }

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

background-color css

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

 a { background-color: rgb(164,37,57); }

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

border-color css

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

 span { border-color: rgb(164,37,57); }

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