Html Css Color HEX #A4142D Bright Red

📋 copy color: '#A4142D'

red 164 ◦ green 20 ◦ blue 45

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

Shades of Bright Red #A4142D

Tints of Bright Red #A4142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.73%

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 71.62%
G = 8.73%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4142D (or 0xA4142D) is known color: Bright Red. HEX triplet: A4, 14 and 2D. RGB value is (164,20,45). Sum of RGB (Red+Green+Blue) = 164+20+45=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A4142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4142D is #5BEBD2. Grayscale: #414141. Windows color (decimal): -6024147 or 2954404. OLE color: 2954404.

HSL color Cylindrical-coordinate representation of color #A4142D: hue angle of 349.58º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4142D is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 20 45 -
CMYK 0 0.88 0.73 0.36
HSL 349.58º 0.78% 0.36% -
HSV(B) 349.58º 0.88% 0.64% -
XYZ 16.03 8.58 3.29 -
YUV 65.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 164 20 45 0 0.88 0.73 0.36 349.58 0.78 0.36
Hex A4 14 2D 0 58 49 24 15E 4E 24
Octal 244 24 55 0 130 111 44 536 116 44
Binary 10100100 10100 101101 0 1011000 1001001 100100 101011110 1001110 100100

Color Harmonies of #A4142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4142D

Black with #A4142D

Text Example


Text Example

White with #A4142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4142D; }

 p { color: rgb(164,20,45); }

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

background-color css

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

 a { background-color: rgb(164,20,45); }

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

border-color css

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

 span { border-color: rgb(164,20,45); }

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