Html Css Color HEX #A6123F Cardinal

📋 copy color: '#A6123F'

red 166 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #A6123F

Tints of Cardinal #A6123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.51%

R = 67.21%
G = 7.29%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6123F (or 0xA6123F) is known color: Cardinal. HEX triplet: A6, 12 and 3F. RGB value is (166,18,63). Sum of RGB (Red+Green+Blue) = 166+18+63=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6123F is #59EDC0. Grayscale: #434343. Windows color (decimal): -5893569 or 4133542. OLE color: 4133542.

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

Color convert

RGB 166 18 63 -
CMYK 0 0.89 0.62 0.35
HSL 341.76º 0.8% 0.36% -
HSV(B) 341.76º 0.89% 0.65% -
XYZ 16.84 8.9 5.53 -
YUV 67.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 166 18 63 0 0.89 0.62 0.35 341.76 0.8 0.36
Hex A6 12 3F 0 59 3E 23 156 50 24
Octal 246 22 77 0 131 76 43 526 120 44
Binary 10100110 10010 111111 0 1011001 111110 100011 101010110 1010000 100100

Color Harmonies of #A6123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6123F

Black with #A6123F

Text Example


Text Example

White with #A6123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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