Html Css Color HEX #A8143E Cardinal

📋 copy color: '#A8143E'

red 168 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #A8143E

Tints of Cardinal #A8143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 67.2%
G = 8%
B = 24.8%

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

#A8143E (or 0xA8143E) is known color: Cardinal. HEX triplet: A8, 14 and 3E. RGB value is (168,20,62). Sum of RGB (Red+Green+Blue) = 168+20+62=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8143E is #57EBC1. Grayscale: #454545. Windows color (decimal): -5761986 or 4068520. OLE color: 4068520.

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

Color convert

RGB 168 20 62 -
CMYK 0 0.88 0.63 0.34
HSL 342.97º 0.79% 0.37% -
HSV(B) 342.97º 0.88% 0.66% -
XYZ 17.27 9.17 5.42 -
YUV 69.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 168 20 62 0 0.88 0.63 0.34 342.97 0.79 0.37
Hex A8 14 3E 0 58 3F 22 157 4F 25
Octal 250 24 76 0 130 77 42 527 117 45
Binary 10101000 10100 111110 0 1011000 111111 100010 101010111 1001111 100101

Color Harmonies of #A8143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8143E

Black with #A8143E

Text Example


Text Example

White with #A8143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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