Html Css Color HEX #A40E3B Cardinal

📋 copy color: '#A40E3B'

red 164 ◦ green 14 ◦ blue 59

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

Shades of Cardinal #A40E3B

Tints of Cardinal #A40E3B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 69.2%
G = 5.91%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A40E3B (or 0xA40E3B) is known color: Cardinal. HEX triplet: A4, 0E and 3B. RGB value is (164,14,59). Sum of RGB (Red+Green+Blue) = 164+14+59=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40E3B is #5BF1C4. Grayscale: #3F3F3F. Windows color (decimal): -6025669 or 3870372. OLE color: 3870372.

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

Color convert

RGB 164 14 59 -
CMYK 0 0.91 0.64 0.36
HSL 342º 0.84% 0.35% -
HSV(B) 342º 0.91% 0.64% -
XYZ 16.26 8.52 4.93 -
YUV 63.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 164 14 59 0 0.91 0.64 0.36 342 0.84 0.35
Hex A4 E 3B 0 5B 40 24 156 54 23
Octal 244 16 73 0 133 100 44 526 124 43
Binary 10100100 1110 111011 0 1011011 1000000 100100 101010110 1010100 100011

Color Harmonies of #A40E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E3B

Black with #A40E3B

Text Example


Text Example

White with #A40E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E3B; }

 p { color: rgb(164,14,59); }

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

background-color css

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

 a { background-color: rgb(164,14,59); }

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

border-color css

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

 span { border-color: rgb(164,14,59); }

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