Html Css Color HEX #A41139 Cardinal

📋 copy color: '#A41139'

red 164 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #A41139

Tints of Cardinal #A41139

RGB

 RED value IS 164 (64.45% from 255) = 68.91%

 GREEN value IS 17 (7.03% from 255) = 7.14%

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

R = 68.91%
G = 7.14%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A41139 (or 0xA41139) is known color: Cardinal. HEX triplet: A4, 11 and 39. RGB value is (164,17,57). Sum of RGB (Red+Green+Blue) = 164+17+57=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A41139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41139 is #5BEEC6. Grayscale: #414141. Windows color (decimal): -6024903 or 3740068. OLE color: 3740068.

HSL color Cylindrical-coordinate representation of color #A41139: hue angle of 343.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41139 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 57 -
CMYK 0 0.90 0.65 0.36
HSL 343.67º 0.81% 0.35% -
HSV(B) 343.67º 0.9% 0.64% -
XYZ 16.25 8.59 4.67 -
YUV 65.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 164 17 57 0 0.90 0.65 0.36 343.67 0.81 0.35
Hex A4 11 39 0 5A 41 24 158 51 23
Octal 244 21 71 0 132 101 44 530 121 43
Binary 10100100 10001 111001 0 1011010 1000001 100100 101011000 1010001 100011

Color Harmonies of #A41139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41139

Black with #A41139

Text Example


Text Example

White with #A41139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41139; }

 p { color: rgb(164,17,57); }

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

background-color css

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

 a { background-color: rgb(164,17,57); }

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

border-color css

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

 span { border-color: rgb(164,17,57); }

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