Html Css Color HEX #A9103C Cardinal

📋 copy color: '#A9103C'

red 169 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #A9103C

Tints of Cardinal #A9103C

RGB

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

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

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

R = 68.98%
G = 6.53%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9103C (or 0xA9103C) is known color: Cardinal. HEX triplet: A9, 10 and 3C. RGB value is (169,16,60). Sum of RGB (Red+Green+Blue) = 169+16+60=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A9103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9103C is #56EFC3. Grayscale: #424242. Windows color (decimal): -5697476 or 3936425. OLE color: 3936425.

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

Color convert

RGB 169 16 60 -
CMYK 0 0.91 0.64 0.34
HSL 342.75º 0.83% 0.36% -
HSV(B) 342.75º 0.91% 0.66% -
XYZ 17.36 9.13 5.12 -
YUV 66.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 169 16 60 0 0.91 0.64 0.34 342.75 0.83 0.36
Hex A9 10 3C 0 5B 40 22 157 53 24
Octal 251 20 74 0 133 100 42 527 123 44
Binary 10101001 10000 111100 0 1011011 1000000 100010 101010111 1010011 100100

Color Harmonies of #A9103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9103C

Black with #A9103C

Text Example


Text Example

White with #A9103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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