Html Css Color HEX #A41239 Cardinal

📋 copy color: '#A41239'

red 164 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #A41239

Tints of Cardinal #A41239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

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

R = 68.62%
G = 7.53%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A41239 (or 0xA41239) is known color: Cardinal. HEX triplet: A4, 12 and 39. RGB value is (164,18,57). Sum of RGB (Red+Green+Blue) = 164+18+57=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A41239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41239 is #5BEDC6. Grayscale: #424242. Windows color (decimal): -6024647 or 3740324. OLE color: 3740324.

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

Color convert

RGB 164 18 57 -
CMYK 0 0.89 0.65 0.36
HSL 343.97º 0.8% 0.36% -
HSV(B) 343.97º 0.89% 0.64% -
XYZ 16.26 8.62 4.68 -
YUV 66.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 164 18 57 0 0.89 0.65 0.36 343.97 0.8 0.36
Hex A4 12 39 0 59 41 24 158 50 24
Octal 244 22 71 0 131 101 44 530 120 44
Binary 10100100 10010 111001 0 1011001 1000001 100100 101011000 1010000 100100

Color Harmonies of #A41239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41239

Black with #A41239

Text Example


Text Example

White with #A41239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41239; }

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

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

background-color css

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

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

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

border-color css

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

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

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