Html Css Color HEX #A8143C Cardinal

📋 copy color: '#A8143C'

red 168 ◦ green 20 ◦ blue 60

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

Shades of Cardinal #A8143C

Tints of Cardinal #A8143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 67.74%
G = 8.06%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8143C (or 0xA8143C) is known color: Cardinal. HEX triplet: A8, 14 and 3C. RGB value is (168,20,60). Sum of RGB (Red+Green+Blue) = 168+20+60=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8143C is #57EBC3. Grayscale: #444444. Windows color (decimal): -5761988 or 3937448. OLE color: 3937448.

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

Color convert

RGB 168 20 60 -
CMYK 0 0.88 0.64 0.34
HSL 343.78º 0.79% 0.37% -
HSV(B) 343.78º 0.88% 0.66% -
XYZ 17.21 9.15 5.13 -
YUV 68.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 168 20 60 0 0.88 0.64 0.34 343.78 0.79 0.37
Hex A8 14 3C 0 58 40 22 158 4F 25
Octal 250 24 74 0 130 100 42 530 117 45
Binary 10101000 10100 111100 0 1011000 1000000 100010 101011000 1001111 100101

Color Harmonies of #A8143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8143C

Black with #A8143C

Text Example


Text Example

White with #A8143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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