Html Css Color HEX #A91B32 Cardinal

📋 copy color: '#A91B32'

red 169 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #A91B32

Tints of Cardinal #A91B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 68.7%
G = 10.98%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A91B32 (or 0xA91B32) is known color: Cardinal. HEX triplet: A9, 1B and 32. RGB value is (169,27,50). Sum of RGB (Red+Green+Blue) = 169+27+50=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B32 is #56E4CD. Grayscale: #484848. Windows color (decimal): -5694670 or 3283881. OLE color: 3283881.

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

Color convert

RGB 169 27 50 -
CMYK 0 0.84 0.70 0.34
HSL 350.28º 0.72% 0.38% -
HSV(B) 350.28º 0.84% 0.66% -
XYZ 17.33 9.45 3.93 -
YUV 72.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 169 27 50 0 0.84 0.70 0.34 350.28 0.72 0.38
Hex A9 1B 32 0 54 46 22 15E 48 26
Octal 251 33 62 0 124 106 42 536 110 46
Binary 10101001 11011 110010 0 1010100 1000110 100010 101011110 1001000 100110

Color Harmonies of #A91B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91B32

Black with #A91B32

Text Example


Text Example

White with #A91B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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