Html Css Color HEX #A40E33 Carmine

📋 copy color: '#A40E33'

red 164 ◦ green 14 ◦ blue 51

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

Shades of Carmine #A40E33

Tints of Carmine #A40E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 71.62%
G = 6.11%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A40E33 (or 0xA40E33) is known color: Carmine. HEX triplet: A4, 0E and 33. RGB value is (164,14,51). Sum of RGB (Red+Green+Blue) = 164+14+51=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40E33 is #5BF1CC. Grayscale: #3F3F3F. Windows color (decimal): -6025677 or 3346084. OLE color: 3346084.

HSL color Cylindrical-coordinate representation of color #A40E33: hue angle of 345.2º 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 #A40E33 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 14 51 -
CMYK 0 0.91 0.69 0.36
HSL 345.2º 0.84% 0.35% -
HSV(B) 345.2º 0.91% 0.64% -
XYZ 16.06 8.45 3.92 -
YUV 63.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 164 14 51 0 0.91 0.69 0.36 345.2 0.84 0.35
Hex A4 E 33 0 5B 45 24 159 54 23
Octal 244 16 63 0 133 105 44 531 124 43
Binary 10100100 1110 110011 0 1011011 1000101 100100 101011001 1010100 100011

Color Harmonies of #A40E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E33

Black with #A40E33

Text Example


Text Example

White with #A40E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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