Html Css Color HEX #A91B39 Cardinal

📋 copy color: '#A91B39'

red 169 ◦ green 27 ◦ blue 57

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

Shades of Cardinal #A91B39

Tints of Cardinal #A91B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 66.8%
G = 10.67%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A91B39 (or 0xA91B39) is known color: Cardinal. HEX triplet: A9, 1B and 39. RGB value is (169,27,57). Sum of RGB (Red+Green+Blue) = 169+27+57=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B39 is #56E4C6. Grayscale: #484848. Windows color (decimal): -5694663 or 3742633. OLE color: 3742633.

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

Color convert

RGB 169 27 57 -
CMYK 0 0.84 0.66 0.34
HSL 347.32º 0.72% 0.38% -
HSV(B) 347.32º 0.84% 0.66% -
XYZ 17.49 9.51 4.79 -
YUV 72.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 169 27 57 0 0.84 0.66 0.34 347.32 0.72 0.38
Hex A9 1B 39 0 54 42 22 15B 48 26
Octal 251 33 71 0 124 102 42 533 110 46
Binary 10101001 11011 111001 0 1010100 1000010 100010 101011011 1001000 100110

Color Harmonies of #A91B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91B39

Black with #A91B39

Text Example


Text Example

White with #A91B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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