Html Css Color HEX #A6123C Cardinal

📋 copy color: '#A6123C'

red 166 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #A6123C

Tints of Cardinal #A6123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 68.03%
G = 7.38%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6123C (or 0xA6123C) is known color: Cardinal. HEX triplet: A6, 12 and 3C. RGB value is (166,18,60). Sum of RGB (Red+Green+Blue) = 166+18+60=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6123C is #59EDC3. Grayscale: #434343. Windows color (decimal): -5893572 or 3936934. OLE color: 3936934.

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

Color convert

RGB 166 18 60 -
CMYK 0 0.89 0.64 0.35
HSL 342.97º 0.8% 0.36% -
HSV(B) 342.97º 0.89% 0.65% -
XYZ 16.76 8.87 5.1 -
YUV 67.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 166 18 60 0 0.89 0.64 0.35 342.97 0.8 0.36
Hex A6 12 3C 0 59 40 23 157 50 24
Octal 246 22 74 0 131 100 43 527 120 44
Binary 10100110 10010 111100 0 1011001 1000000 100011 101010111 1010000 100100

Color Harmonies of #A6123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6123C

Black with #A6123C

Text Example


Text Example

White with #A6123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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