Html Css Color HEX #A40138 Carmine

📋 copy color: '#A40138'

red 164 ◦ green 1 ◦ blue 56

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

Shades of Carmine #A40138

Tints of Carmine #A40138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 74.21%
G = 0.45%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A40138 (or 0xA40138) is known color: Carmine. HEX triplet: A4, 01 and 38. RGB value is (164,1,56). Sum of RGB (Red+Green+Blue) = 164+1+56=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A40138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40138 is #5BFEC7. Grayscale: #373737. Windows color (decimal): -6029000 or 3670436. OLE color: 3670436.

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

Color convert

RGB 164 1 56 -
CMYK 0 0.99 0.66 0.36
HSL 339.75º 0.99% 0.32% -
HSV(B) 339.75º 0.99% 0.64% -
XYZ 16.03 8.2 4.48 -
YUV 56.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 164 1 56 0 0.99 0.66 0.36 339.75 0.99 0.32
Hex A4 1 38 0 63 42 24 154 63 20
Octal 244 1 70 0 143 102 44 524 143 40
Binary 10100100 1 111000 0 1100011 1000010 100100 101010100 1100011 100000

Color Harmonies of #A40138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40138

Black with #A40138

Text Example


Text Example

White with #A40138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40138; }

 p { color: rgb(164,1,56); }

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

background-color css

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

 a { background-color: rgb(164,1,56); }

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

border-color css

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

 span { border-color: rgb(164,1,56); }

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