Html Css Color HEX #A9103F Cardinal

📋 copy color: '#A9103F'

red 169 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #A9103F

Tints of Cardinal #A9103F

RGB

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

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

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

R = 68.15%
G = 6.45%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9103F (or 0xA9103F) is known color: Cardinal. HEX triplet: A9, 10 and 3F. RGB value is (169,16,63). Sum of RGB (Red+Green+Blue) = 169+16+63=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9103F is #56EFC0. Grayscale: #434343. Windows color (decimal): -5697473 or 4133033. OLE color: 4133033.

HSL color Cylindrical-coordinate representation of color #A9103F: hue angle of 341.57º 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 #A9103F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 63 -
CMYK 0 0.91 0.63 0.34
HSL 341.57º 0.83% 0.36% -
HSV(B) 341.57º 0.91% 0.66% -
XYZ 17.44 9.16 5.55 -
YUV 67.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 169 16 63 0 0.91 0.63 0.34 341.57 0.83 0.36
Hex A9 10 3F 0 5B 3F 22 156 53 24
Octal 251 20 77 0 133 77 42 526 123 44
Binary 10101001 10000 111111 0 1011011 111111 100010 101010110 1010011 100100

Color Harmonies of #A9103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9103F

Black with #A9103F

Text Example


Text Example

White with #A9103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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