Html Css Color HEX #A6183C Cardinal

📋 copy color: '#A6183C'

red 166 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #A6183C

Tints of Cardinal #A6183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24%

R = 66.4%
G = 9.6%
B = 24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6183C (or 0xA6183C) is known color: Cardinal. HEX triplet: A6, 18 and 3C. RGB value is (166,24,60). Sum of RGB (Red+Green+Blue) = 166+24+60=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6183C is #59E7C3. Grayscale: #464646. Windows color (decimal): -5892036 or 3938470. OLE color: 3938470.

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

Color convert

RGB 166 24 60 -
CMYK 0 0.86 0.64 0.35
HSL 344.79º 0.75% 0.37% -
HSV(B) 344.79º 0.86% 0.65% -
XYZ 16.87 9.09 5.14 -
YUV 70.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 166 24 60 0 0.86 0.64 0.35 344.79 0.75 0.37
Hex A6 18 3C 0 56 40 23 159 4B 25
Octal 246 30 74 0 126 100 43 531 113 45
Binary 10100110 11000 111100 0 1010110 1000000 100011 101011001 1001011 100101

Color Harmonies of #A6183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6183C

Black with #A6183C

Text Example


Text Example

White with #A6183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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