Html Css Color HEX #A6123B Cardinal

📋 copy color: '#A6123B'

red 166 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #A6123B

Tints of Cardinal #A6123B

RGB

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

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

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

R = 68.31%
G = 7.41%
B = 24.28%

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

#A6123B (or 0xA6123B) is known color: Cardinal. HEX triplet: A6, 12 and 3B. RGB value is (166,18,59). Sum of RGB (Red+Green+Blue) = 166+18+59=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A6123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6123B is #59EDC4. Grayscale: #424242. Windows color (decimal): -5893573 or 3871398. OLE color: 3871398.

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

Color convert

RGB 166 18 59 -
CMYK 0 0.89 0.64 0.35
HSL 343.38º 0.8% 0.36% -
HSV(B) 343.38º 0.89% 0.65% -
XYZ 16.73 8.86 4.97 -
YUV 66.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 166 18 59 0 0.89 0.64 0.35 343.38 0.8 0.36
Hex A6 12 3B 0 59 40 23 157 50 24
Octal 246 22 73 0 131 100 43 527 120 44
Binary 10100110 10010 111011 0 1011001 1000000 100011 101010111 1010000 100100

Color Harmonies of #A6123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6123B

Black with #A6123B

Text Example


Text Example

White with #A6123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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