Html Css Color HEX #A40A3A Cardinal

📋 copy color: '#A40A3A'

red 164 ◦ green 10 ◦ blue 58

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

Shades of Cardinal #A40A3A

Tints of Cardinal #A40A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 70.69%
G = 4.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A40A3A (or 0xA40A3A) is known color: Cardinal. HEX triplet: A4, 0A and 3A. RGB value is (164,10,58). Sum of RGB (Red+Green+Blue) = 164+10+58=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A3A is #5BF5C5. Grayscale: #3D3D3D. Windows color (decimal): -6026694 or 3803812. OLE color: 3803812.

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

Color convert

RGB 164 10 58 -
CMYK 0 0.94 0.65 0.36
HSL 341.3º 0.89% 0.34% -
HSV(B) 341.3º 0.94% 0.64% -
XYZ 16.18 8.42 4.77 -
YUV 61.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 164 10 58 0 0.94 0.65 0.36 341.3 0.89 0.34
Hex A4 A 3A 0 5E 41 24 155 59 22
Octal 244 12 72 0 136 101 44 525 131 42
Binary 10100100 1010 111010 0 1011110 1000001 100100 101010101 1011001 100010

Color Harmonies of #A40A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A3A

Black with #A40A3A

Text Example


Text Example

White with #A40A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A3A; }

 p { color: rgb(164,10,58); }

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

background-color css

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

 a { background-color: rgb(164,10,58); }

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

border-color css

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

 span { border-color: rgb(164,10,58); }

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