Html Css Color HEX #A91B41 Cardinal

📋 copy color: '#A91B41'

red 169 ◦ green 27 ◦ blue 65

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

Shades of Cardinal #A91B41

Tints of Cardinal #A91B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 64.75%
G = 10.34%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A91B41 (or 0xA91B41) is known color: Cardinal. HEX triplet: A9, 1B and 41. RGB value is (169,27,65). Sum of RGB (Red+Green+Blue) = 169+27+65=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B41 is #56E4BE. Grayscale: #494949. Windows color (decimal): -5694655 or 4266921. OLE color: 4266921.

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

Color convert

RGB 169 27 65 -
CMYK 0 0.84 0.62 0.34
HSL 343.94º 0.72% 0.38% -
HSV(B) 343.94º 0.84% 0.66% -
XYZ 17.71 9.6 5.92 -
YUV 73.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 169 27 65 0 0.84 0.62 0.34 343.94 0.72 0.38
Hex A9 1B 41 0 54 3E 22 158 48 26
Octal 251 33 101 0 124 76 42 530 110 46
Binary 10101001 11011 1000001 0 1010100 111110 100010 101011000 1001000 100110

Color Harmonies of #A91B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91B41

Black with #A91B41

Text Example


Text Example

White with #A91B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91B41; }

 p { color: rgb(169,27,65); }

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

background-color css

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

 a { background-color: rgb(169,27,65); }

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

border-color css

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

 span { border-color: rgb(169,27,65); }

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