Html Css Color HEX #A91A3A Cardinal

📋 copy color: '#A91A3A'

red 169 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #A91A3A

Tints of Cardinal #A91A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 66.8%
G = 10.28%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A91A3A (or 0xA91A3A) is known color: Cardinal. HEX triplet: A9, 1A and 3A. RGB value is (169,26,58). Sum of RGB (Red+Green+Blue) = 169+26+58=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91A3A is #56E5C5. Grayscale: #484848. Windows color (decimal): -5694918 or 3807913. OLE color: 3807913.

HSL color Cylindrical-coordinate representation of color #A91A3A: hue angle of 346.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91A3A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 26 58 -
CMYK 0 0.85 0.66 0.34
HSL 346.57º 0.73% 0.38% -
HSV(B) 346.57º 0.85% 0.66% -
XYZ 17.5 9.48 4.91 -
YUV 72.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 169 26 58 0 0.85 0.66 0.34 346.57 0.73 0.38
Hex A9 1A 3A 0 55 42 22 15B 49 26
Octal 251 32 72 0 125 102 42 533 111 46
Binary 10101001 11010 111010 0 1010101 1000010 100010 101011011 1001001 100110

Color Harmonies of #A91A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91A3A

Black with #A91A3A

Text Example


Text Example

White with #A91A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91A3A; }

 p { color: rgb(169,26,58); }

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

background-color css

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

 a { background-color: rgb(169,26,58); }

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

border-color css

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

 span { border-color: rgb(169,26,58); }

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