Html Css Color HEX #A6143B Cardinal

📋 copy color: '#A6143B'

red 166 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #A6143B

Tints of Cardinal #A6143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 67.76%
G = 8.16%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6143B (or 0xA6143B) is known color: Cardinal. HEX triplet: A6, 14 and 3B. RGB value is (166,20,59). Sum of RGB (Red+Green+Blue) = 166+20+59=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6143B is #59EBC4. Grayscale: #444444. Windows color (decimal): -5893061 or 3871910. OLE color: 3871910.

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

Color convert

RGB 166 20 59 -
CMYK 0 0.88 0.64 0.35
HSL 343.97º 0.78% 0.36% -
HSV(B) 343.97º 0.88% 0.65% -
XYZ 16.77 8.92 4.98 -
YUV 68.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 166 20 59 0 0.88 0.64 0.35 343.97 0.78 0.36
Hex A6 14 3B 0 58 40 23 158 4E 24
Octal 246 24 73 0 130 100 43 530 116 44
Binary 10100110 10100 111011 0 1011000 1000000 100011 101011000 1001110 100100

Color Harmonies of #A6143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6143B

Black with #A6143B

Text Example


Text Example

White with #A6143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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