Html Css Color HEX #A91335 Cardinal

📋 copy color: '#A91335'

red 169 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #A91335

Tints of Cardinal #A91335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 70.12%
G = 7.88%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A91335 (or 0xA91335) is known color: Cardinal. HEX triplet: A9, 13 and 35. RGB value is (169,19,53). Sum of RGB (Red+Green+Blue) = 169+19+53=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A91335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91335 is #56ECCA. Grayscale: #434343. Windows color (decimal): -5696715 or 3478441. OLE color: 3478441.

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

Color convert

RGB 169 19 53 -
CMYK 0 0.89 0.69 0.34
HSL 346.4º 0.8% 0.37% -
HSV(B) 346.4º 0.89% 0.66% -
XYZ 17.24 9.16 4.23 -
YUV 67.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 169 19 53 0 0.89 0.69 0.34 346.4 0.8 0.37
Hex A9 13 35 0 59 45 22 15A 50 25
Octal 251 23 65 0 131 105 42 532 120 45
Binary 10101001 10011 110101 0 1011001 1000101 100010 101011010 1010000 100101

Color Harmonies of #A91335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91335

Black with #A91335

Text Example


Text Example

White with #A91335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91335; }

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

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

background-color css

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

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

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

border-color css

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

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

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