Html Css Color HEX #A91343 Cardinal

📋 copy color: '#A91343'

red 169 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #A91343

Tints of Cardinal #A91343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

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

R = 66.27%
G = 7.45%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A91343 (or 0xA91343) is known color: Cardinal. HEX triplet: A9, 13 and 43. RGB value is (169,19,67). Sum of RGB (Red+Green+Blue) = 169+19+67=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A91343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91343 is #56ECBC. Grayscale: #454545. Windows color (decimal): -5696701 or 4395945. OLE color: 4395945.

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

Color convert

RGB 169 19 67 -
CMYK 0 0.89 0.60 0.34
HSL 340.8º 0.8% 0.37% -
HSV(B) 340.8º 0.89% 0.66% -
XYZ 17.61 9.31 6.18 -
YUV 69.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 169 19 67 0 0.89 0.60 0.34 340.8 0.8 0.37
Hex A9 13 43 0 59 3C 22 155 50 25
Octal 251 23 103 0 131 74 42 525 120 45
Binary 10101001 10011 1000011 0 1011001 111100 100010 101010101 1010000 100101

Color Harmonies of #A91343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91343

Black with #A91343

Text Example


Text Example

White with #A91343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91343; }

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

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

background-color css

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

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

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

border-color css

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

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

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