Html Css Color HEX #A91534 Cardinal

📋 copy color: '#A91534'

red 169 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #A91534

Tints of Cardinal #A91534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 69.83%
G = 8.68%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A91534 (or 0xA91534) is known color: Cardinal. HEX triplet: A9, 15 and 34. RGB value is (169,21,52). Sum of RGB (Red+Green+Blue) = 169+21+52=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A91534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91534 is #56EACB. Grayscale: #444444. Windows color (decimal): -5696204 or 3413417. OLE color: 3413417.

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

Color convert

RGB 169 21 52 -
CMYK 0 0.88 0.69 0.34
HSL 347.43º 0.78% 0.37% -
HSV(B) 347.43º 0.88% 0.66% -
XYZ 17.25 9.22 4.12 -
YUV 68.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 169 21 52 0 0.88 0.69 0.34 347.43 0.78 0.37
Hex A9 15 34 0 58 45 22 15B 4E 25
Octal 251 25 64 0 130 105 42 533 116 45
Binary 10101001 10101 110100 0 1011000 1000101 100010 101011011 1001110 100101

Color Harmonies of #A91534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91534

Black with #A91534

Text Example


Text Example

White with #A91534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91534; }

 p { color: rgb(169,21,52); }

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

background-color css

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

 a { background-color: rgb(169,21,52); }

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

border-color css

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

 span { border-color: rgb(169,21,52); }

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