Html Css Color HEX #A6143E Cardinal

📋 copy color: '#A6143E'

red 166 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #A6143E

Tints of Cardinal #A6143E

RGB

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

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

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

R = 66.94%
G = 8.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6143E (or 0xA6143E) is known color: Cardinal. HEX triplet: A6, 14 and 3E. RGB value is (166,20,62). Sum of RGB (Red+Green+Blue) = 166+20+62=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6143E is #59EBC1. Grayscale: #444444. Windows color (decimal): -5893058 or 4068518. OLE color: 4068518.

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

Color convert

RGB 166 20 62 -
CMYK 0 0.88 0.63 0.35
HSL 342.74º 0.78% 0.36% -
HSV(B) 342.74º 0.88% 0.65% -
XYZ 16.85 8.96 5.4 -
YUV 68.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 166 20 62 0 0.88 0.63 0.35 342.74 0.78 0.36
Hex A6 14 3E 0 58 3F 23 157 4E 24
Octal 246 24 76 0 130 77 43 527 116 44
Binary 10100110 10100 111110 0 1011000 111111 100011 101010111 1001110 100100

Color Harmonies of #A6143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6143E

Black with #A6143E

Text Example


Text Example

White with #A6143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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