Html Css Color HEX #A91443 Cardinal

📋 copy color: '#A91443'

red 169 ◦ green 20 ◦ blue 67

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

Shades of Cardinal #A91443

Tints of Cardinal #A91443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 67 (26.56% from 255) = 26.17%

R = 66.02%
G = 7.81%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A91443 (or 0xA91443) is known color: Cardinal. HEX triplet: A9, 14 and 43. RGB value is (169,20,67). Sum of RGB (Red+Green+Blue) = 169+20+67=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A91443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91443 is #56EBBC. Grayscale: #454545. Windows color (decimal): -5696445 or 4396201. OLE color: 4396201.

HSL color Cylindrical-coordinate representation of color #A91443: hue angle of 341.07º degrees, saturation: 0.79, 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 #A91443 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 20 67 -
CMYK 0 0.88 0.60 0.34
HSL 341.07º 0.79% 0.37% -
HSV(B) 341.07º 0.88% 0.66% -
XYZ 17.63 9.34 6.18 -
YUV 69.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 169 20 67 0 0.88 0.60 0.34 341.07 0.79 0.37
Hex A9 14 43 0 58 3C 22 155 4F 25
Octal 251 24 103 0 130 74 42 525 117 45
Binary 10101001 10100 1000011 0 1011000 111100 100010 101010101 1001111 100101

Color Harmonies of #A91443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91443

Black with #A91443

Text Example


Text Example

White with #A91443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91443; }

 p { color: rgb(169,20,67); }

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

background-color css

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

 a { background-color: rgb(169,20,67); }

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

border-color css

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

 span { border-color: rgb(169,20,67); }

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