Html Css Color HEX #A8143F Cardinal

📋 copy color: '#A8143F'

red 168 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #A8143F

Tints of Cardinal #A8143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.1%

R = 66.93%
G = 7.97%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8143F (or 0xA8143F) is known color: Cardinal. HEX triplet: A8, 14 and 3F. RGB value is (168,20,63). Sum of RGB (Red+Green+Blue) = 168+20+63=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8143F is #57EBC0. Grayscale: #454545. Windows color (decimal): -5761985 or 4134056. OLE color: 4134056.

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

Color convert

RGB 168 20 63 -
CMYK 0 0.88 0.63 0.34
HSL 342.57º 0.79% 0.37% -
HSV(B) 342.57º 0.88% 0.66% -
XYZ 17.3 9.18 5.56 -
YUV 69.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 168 20 63 0 0.88 0.63 0.34 342.57 0.79 0.37
Hex A8 14 3F 0 58 3F 22 157 4F 25
Octal 250 24 77 0 130 77 42 527 117 45
Binary 10101000 10100 111111 0 1011000 111111 100010 101010111 1001111 100101

Color Harmonies of #A8143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8143F

Black with #A8143F

Text Example


Text Example

White with #A8143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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