Html Css Color HEX #A6183A Cardinal

📋 copy color: '#A6183A'

red 166 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #A6183A

Tints of Cardinal #A6183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 66.94%
G = 9.68%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6183A (or 0xA6183A) is known color: Cardinal. HEX triplet: A6, 18 and 3A. RGB value is (166,24,58). Sum of RGB (Red+Green+Blue) = 166+24+58=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6183A is #59E7C5. Grayscale: #464646. Windows color (decimal): -5892038 or 3807398. OLE color: 3807398.

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

Color convert

RGB 166 24 58 -
CMYK 0 0.86 0.65 0.35
HSL 345.63º 0.75% 0.37% -
HSV(B) 345.63º 0.86% 0.65% -
XYZ 16.82 9.07 4.87 -
YUV 70.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 166 24 58 0 0.86 0.65 0.35 345.63 0.75 0.37
Hex A6 18 3A 0 56 41 23 15A 4B 25
Octal 246 30 72 0 126 101 43 532 113 45
Binary 10100110 11000 111010 0 1010110 1000001 100011 101011010 1001011 100101

Color Harmonies of #A6183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6183A

Black with #A6183A

Text Example


Text Example

White with #A6183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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