Html Css Color HEX #A91135 Cardinal

📋 copy color: '#A91135'

red 169 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #A91135

Tints of Cardinal #A91135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

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

R = 70.71%
G = 7.11%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A91135 (or 0xA91135) is known color: Cardinal. HEX triplet: A9, 11 and 35. RGB value is (169,17,53). Sum of RGB (Red+Green+Blue) = 169+17+53=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A91135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91135 is #56EECA. Grayscale: #424242. Windows color (decimal): -5697227 or 3477929. OLE color: 3477929.

HSL color Cylindrical-coordinate representation of color #A91135: hue angle of 345.79º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91135 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 53 -
CMYK 0 0.90 0.69 0.34
HSL 345.79º 0.82% 0.36% -
HSV(B) 345.79º 0.9% 0.66% -
XYZ 17.21 9.09 4.22 -
YUV 66.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 169 17 53 0 0.90 0.69 0.34 345.79 0.82 0.36
Hex A9 11 35 0 5A 45 22 15A 52 24
Octal 251 21 65 0 132 105 42 532 122 44
Binary 10101001 10001 110101 0 1011010 1000101 100010 101011010 1010010 100100

Color Harmonies of #A91135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91135

Black with #A91135

Text Example


Text Example

White with #A91135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91135; }

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

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

background-color css

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

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

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

border-color css

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

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

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