Html Css Color HEX #A8143D Cardinal

📋 copy color: '#A8143D'

red 168 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #A8143D

Tints of Cardinal #A8143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 67.47%
G = 8.03%
B = 24.5%

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

#A8143D (or 0xA8143D) is known color: Cardinal. HEX triplet: A8, 14 and 3D. RGB value is (168,20,61). Sum of RGB (Red+Green+Blue) = 168+20+61=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8143D is #57EBC2. Grayscale: #444444. Windows color (decimal): -5761987 or 4002984. OLE color: 4002984.

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

Color convert

RGB 168 20 61 -
CMYK 0 0.88 0.64 0.34
HSL 343.38º 0.79% 0.37% -
HSV(B) 343.38º 0.88% 0.66% -
XYZ 17.24 9.16 5.27 -
YUV 68.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 168 20 61 0 0.88 0.64 0.34 343.38 0.79 0.37
Hex A8 14 3D 0 58 40 22 157 4F 25
Octal 250 24 75 0 130 100 42 527 117 45
Binary 10101000 10100 111101 0 1011000 1000000 100010 101010111 1001111 100101

Color Harmonies of #A8143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8143D

Black with #A8143D

Text Example


Text Example

White with #A8143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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