Html Css Color HEX #A42139 Bright Red

📋 copy color: '#A42139'

red 164 ◦ green 33 ◦ blue 57

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

Shades of Bright Red #A42139

Tints of Bright Red #A42139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 64.57%
G = 12.99%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A42139 (or 0xA42139) is known color: Bright Red. HEX triplet: A4, 21 and 39. RGB value is (164,33,57). Sum of RGB (Red+Green+Blue) = 164+33+57=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A42139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42139 is #5BDEC6. Grayscale: #4A4A4A. Windows color (decimal): -6020807 or 3744164. OLE color: 3744164.

HSL color Cylindrical-coordinate representation of color #A42139: hue angle of 349.01º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42139 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 57 -
CMYK 0 0.80 0.65 0.36
HSL 349.01º 0.66% 0.39% -
HSV(B) 349.01º 0.8% 0.64% -
XYZ 16.59 9.28 4.79 -
YUV 74.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 164 33 57 0 0.80 0.65 0.36 349.01 0.66 0.39
Hex A4 21 39 0 50 41 24 15D 42 27
Octal 244 41 71 0 120 101 44 535 102 47
Binary 10100100 100001 111001 0 1010000 1000001 100100 101011101 1000010 100111

Color Harmonies of #A42139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42139

Black with #A42139

Text Example


Text Example

White with #A42139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42139; }

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

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

background-color css

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

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

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

border-color css

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

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

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