Html Css Color HEX #A8142C Bright Red

📋 copy color: '#A8142C'

red 168 ◦ green 20 ◦ blue 44

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

Shades of Bright Red #A8142C

Tints of Bright Red #A8142C

RGB

 RED value IS 168 (66.02% from 255) = 72.41%

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

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 72.41%
G = 8.62%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8142C (or 0xA8142C) is known color: Bright Red. HEX triplet: A8, 14 and 2C. RGB value is (168,20,44). Sum of RGB (Red+Green+Blue) = 168+20+44=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8142C is #57EBD3. Grayscale: #434343. Windows color (decimal): -5762004 or 2888872. OLE color: 2888872.

HSL color Cylindrical-coordinate representation of color #A8142C: hue angle of 350.27º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8142C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 44 -
CMYK 0 0.88 0.74 0.34
HSL 350.27º 0.79% 0.37% -
HSV(B) 350.27º 0.88% 0.66% -
XYZ 16.85 9.01 3.23 -
YUV 66.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 168 20 44 0 0.88 0.74 0.34 350.27 0.79 0.37
Hex A8 14 2C 0 58 4A 22 15E 4F 25
Octal 250 24 54 0 130 112 42 536 117 45
Binary 10101000 10100 101100 0 1011000 1001010 100010 101011110 1001111 100101

Color Harmonies of #A8142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8142C

Black with #A8142C

Text Example


Text Example

White with #A8142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8142C; }

 p { color: rgb(168,20,44); }

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

background-color css

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

 a { background-color: rgb(168,20,44); }

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

border-color css

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

 span { border-color: rgb(168,20,44); }

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