Html Css Color HEX #A4142A Bright Red

📋 copy color: '#A4142A'

red 164 ◦ green 20 ◦ blue 42

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

Shades of Bright Red #A4142A

Tints of Bright Red #A4142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 72.57%
G = 8.85%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4142A (or 0xA4142A) is known color: Bright Red. HEX triplet: A4, 14 and 2A. RGB value is (164,20,42). Sum of RGB (Red+Green+Blue) = 164+20+42=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4142A is #5BEBD5. Grayscale: #414141. Windows color (decimal): -6024150 or 2757796. OLE color: 2757796.

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

Color convert

RGB 164 20 42 -
CMYK 0 0.88 0.74 0.36
HSL 350.83º 0.78% 0.36% -
HSV(B) 350.83º 0.88% 0.64% -
XYZ 15.98 8.56 3 -
YUV 65.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 164 20 42 0 0.88 0.74 0.36 350.83 0.78 0.36
Hex A4 14 2A 0 58 4A 24 15F 4E 24
Octal 244 24 52 0 130 112 44 537 116 44
Binary 10100100 10100 101010 0 1011000 1001010 100100 101011111 1001110 100100

Color Harmonies of #A4142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4142A

Black with #A4142A

Text Example


Text Example

White with #A4142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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