Html Css Color HEX #A9153F Cardinal

📋 copy color: '#A9153F'

red 169 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #A9153F

Tints of Cardinal #A9153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

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

R = 66.8%
G = 8.3%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9153F (or 0xA9153F) is known color: Cardinal. HEX triplet: A9, 15 and 3F. RGB value is (169,21,63). Sum of RGB (Red+Green+Blue) = 169+21+63=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A9153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9153F is #56EAC0. Grayscale: #464646. Windows color (decimal): -5696193 or 4134313. OLE color: 4134313.

HSL color Cylindrical-coordinate representation of color #A9153F: hue angle of 342.97º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9153F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 21 63 -
CMYK 0 0.88 0.63 0.34
HSL 342.97º 0.78% 0.37% -
HSV(B) 342.97º 0.88% 0.66% -
XYZ 17.53 9.33 5.58 -
YUV 70.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 169 21 63 0 0.88 0.63 0.34 342.97 0.78 0.37
Hex A9 15 3F 0 58 3F 22 157 4E 25
Octal 251 25 77 0 130 77 42 527 116 45
Binary 10101001 10101 111111 0 1011000 111111 100010 101010111 1001110 100101

Color Harmonies of #A9153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9153F

Black with #A9153F

Text Example


Text Example

White with #A9153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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