Html Css Color HEX #A91542 Cardinal

📋 copy color: '#A91542'

red 169 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #A91542

Tints of Cardinal #A91542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 66.02%
G = 8.2%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A91542 (or 0xA91542) is known color: Cardinal. HEX triplet: A9, 15 and 42. RGB value is (169,21,66). Sum of RGB (Red+Green+Blue) = 169+21+66=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A91542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91542 is #56EABD. Grayscale: #464646. Windows color (decimal): -5696190 or 4330921. OLE color: 4330921.

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

Color convert

RGB 169 21 66 -
CMYK 0 0.88 0.61 0.34
HSL 341.76º 0.78% 0.37% -
HSV(B) 341.76º 0.88% 0.66% -
XYZ 17.61 9.36 6.03 -
YUV 70.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 169 21 66 0 0.88 0.61 0.34 341.76 0.78 0.37
Hex A9 15 42 0 58 3D 22 156 4E 25
Octal 251 25 102 0 130 75 42 526 116 45
Binary 10101001 10101 1000010 0 1011000 111101 100010 101010110 1001110 100101

Color Harmonies of #A91542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91542

Black with #A91542

Text Example


Text Example

White with #A91542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91542; }

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

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

background-color css

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

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

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

border-color css

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

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

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