Html Css Color HEX #A6143A Cardinal

📋 copy color: '#A6143A'

red 166 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #A6143A

Tints of Cardinal #A6143A

RGB

 RED value IS 166 (65.23% from 255) = 68.03%

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

 BLUE value IS 58 (23.05% from 255) = 23.77%

R = 68.03%
G = 8.2%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6143A (or 0xA6143A) is known color: Cardinal. HEX triplet: A6, 14 and 3A. RGB value is (166,20,58). Sum of RGB (Red+Green+Blue) = 166+20+58=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6143A is #59EBC5. Grayscale: #434343. Windows color (decimal): -5893062 or 3806374. OLE color: 3806374.

HSL color Cylindrical-coordinate representation of color #A6143A: hue angle of 344.38º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6143A is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 58 -
CMYK 0 0.88 0.65 0.35
HSL 344.38º 0.78% 0.36% -
HSV(B) 344.38º 0.88% 0.65% -
XYZ 16.74 8.91 4.84 -
YUV 67.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 166 20 58 0 0.88 0.65 0.35 344.38 0.78 0.36
Hex A6 14 3A 0 58 41 23 158 4E 24
Octal 246 24 72 0 130 101 43 530 116 44
Binary 10100110 10100 111010 0 1011000 1000001 100011 101011000 1001110 100100

Color Harmonies of #A6143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6143A

Black with #A6143A

Text Example


Text Example

White with #A6143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6143A; }

 p { color: rgb(166,20,58); }

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

background-color css

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

 a { background-color: rgb(166,20,58); }

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

border-color css

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

 span { border-color: rgb(166,20,58); }

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