Html Css Color HEX #A6123A Cardinal

📋 copy color: '#A6123A'

red 166 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #A6123A

Tints of Cardinal #A6123A

RGB

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

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

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

R = 68.6%
G = 7.44%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6123A (or 0xA6123A) is known color: Cardinal. HEX triplet: A6, 12 and 3A. RGB value is (166,18,58). Sum of RGB (Red+Green+Blue) = 166+18+58=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6123A is #59EDC5. Grayscale: #424242. Windows color (decimal): -5893574 or 3805862. OLE color: 3805862.

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

Color convert

RGB 166 18 58 -
CMYK 0 0.89 0.65 0.35
HSL 343.78º 0.8% 0.36% -
HSV(B) 343.78º 0.89% 0.65% -
XYZ 16.71 8.85 4.83 -
YUV 66.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 166 18 58 0 0.89 0.65 0.35 343.78 0.8 0.36
Hex A6 12 3A 0 59 41 23 158 50 24
Octal 246 22 72 0 131 101 43 530 120 44
Binary 10100110 10010 111010 0 1011001 1000001 100011 101011000 1010000 100100

Color Harmonies of #A6123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6123A

Black with #A6123A

Text Example


Text Example

White with #A6123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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