Html Css Color HEX #A6103F Cardinal

📋 copy color: '#A6103F'

red 166 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #A6103F

Tints of Cardinal #A6103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 67.76%
G = 6.53%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6103F (or 0xA6103F) is known color: Cardinal. HEX triplet: A6, 10 and 3F. RGB value is (166,16,63). Sum of RGB (Red+Green+Blue) = 166+16+63=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6103F is #59EFC0. Grayscale: #424242. Windows color (decimal): -5894081 or 4133030. OLE color: 4133030.

HSL color Cylindrical-coordinate representation of color #A6103F: hue angle of 341.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6103F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 63 -
CMYK 0 0.90 0.62 0.35
HSL 341.2º 0.82% 0.36% -
HSV(B) 341.2º 0.9% 0.65% -
XYZ 16.81 8.84 5.52 -
YUV 66.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 166 16 63 0 0.90 0.62 0.35 341.2 0.82 0.36
Hex A6 10 3F 0 5A 3E 23 155 52 24
Octal 246 20 77 0 132 76 43 525 122 44
Binary 10100110 10000 111111 0 1011010 111110 100011 101010101 1010010 100100

Color Harmonies of #A6103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6103F

Black with #A6103F

Text Example


Text Example

White with #A6103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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