Html Css Color HEX #A91835 Cardinal

📋 copy color: '#A91835'

red 169 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #A91835

Tints of Cardinal #A91835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 68.7%
G = 9.76%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A91835 (or 0xA91835) is known color: Cardinal. HEX triplet: A9, 18 and 35. RGB value is (169,24,53). Sum of RGB (Red+Green+Blue) = 169+24+53=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A91835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91835 is #56E7CA. Grayscale: #464646. Windows color (decimal): -5695435 or 3479721. OLE color: 3479721.

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

Color convert

RGB 169 24 53 -
CMYK 0 0.86 0.69 0.34
HSL 348º 0.75% 0.38% -
HSV(B) 348º 0.86% 0.66% -
XYZ 17.33 9.35 4.26 -
YUV 70.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 169 24 53 0 0.86 0.69 0.34 348 0.75 0.38
Hex A9 18 35 0 56 45 22 15C 4B 26
Octal 251 30 65 0 126 105 42 534 113 46
Binary 10101001 11000 110101 0 1010110 1000101 100010 101011100 1001011 100110

Color Harmonies of #A91835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91835

Black with #A91835

Text Example


Text Example

White with #A91835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91835; }

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

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

background-color css

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

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

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

border-color css

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

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

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