Html Css Color HEX #A8142E Cardinal

📋 copy color: '#A8142E'

red 168 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #A8142E

Tints of Cardinal #A8142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.66%

R = 71.79%
G = 8.55%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8142E (or 0xA8142E) is known color: Cardinal. HEX triplet: A8, 14 and 2E. RGB value is (168,20,46). Sum of RGB (Red+Green+Blue) = 168+20+46=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8142E is #57EBD1. Grayscale: #434343. Windows color (decimal): -5762002 or 3019944. OLE color: 3019944.

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

Color convert

RGB 168 20 46 -
CMYK 0 0.88 0.73 0.34
HSL 349.46º 0.79% 0.37% -
HSV(B) 349.46º 0.88% 0.66% -
XYZ 16.89 9.02 3.44 -
YUV 67.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 168 20 46 0 0.88 0.73 0.34 349.46 0.79 0.37
Hex A8 14 2E 0 58 49 22 15D 4F 25
Octal 250 24 56 0 130 111 42 535 117 45
Binary 10101000 10100 101110 0 1011000 1001001 100010 101011101 1001111 100101

Color Harmonies of #A8142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8142E

Black with #A8142E

Text Example


Text Example

White with #A8142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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