Html Css Color HEX #A9063C Cardinal

📋 copy color: '#A9063C'

red 169 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #A9063C

Tints of Cardinal #A9063C

RGB

 RED value IS 169 (66.41% from 255) = 71.91%

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 71.91%
G = 2.55%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9063C (or 0xA9063C) is known color: Cardinal. HEX triplet: A9, 06 and 3C. RGB value is (169,6,60). Sum of RGB (Red+Green+Blue) = 169+6+60=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A9063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9063C is #56F9C3. Grayscale: #3C3C3C. Windows color (decimal): -5700036 or 3933865. OLE color: 3933865.

HSL color Cylindrical-coordinate representation of color #A9063C: hue angle of 340.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9063C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 6 60 -
CMYK 0 0.96 0.64 0.34
HSL 340.12º 0.93% 0.34% -
HSV(B) 340.12º 0.96% 0.66% -
XYZ 17.24 8.89 5.08 -
YUV 60.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 169 6 60 0 0.96 0.64 0.34 340.12 0.93 0.34
Hex A9 6 3C 0 60 40 22 154 5D 22
Octal 251 6 74 0 140 100 42 524 135 42
Binary 10101001 110 111100 0 1100000 1000000 100010 101010100 1011101 100010

Color Harmonies of #A9063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9063C

Black with #A9063C

Text Example


Text Example

White with #A9063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9063C; }

 p { color: rgb(169,6,60); }

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

background-color css

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

 a { background-color: rgb(169,6,60); }

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

border-color css

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

 span { border-color: rgb(169,6,60); }

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