Html Css Color HEX #A4003A Carmine

📋 copy color: '#A4003A'

red 164 ◦ green 0 ◦ blue 58

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

Shades of Carmine #A4003A

Tints of Carmine #A4003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.87%
G = 0%
B = 26.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4003A (or 0xA4003A) is known color: Carmine. HEX triplet: A4, 00 and 3A. RGB value is (164,0,58). Sum of RGB (Red+Green+Blue) = 164+0+58=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A4003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4003A is #5BFFC5. Grayscale: #373737. Windows color (decimal): -6029254 or 3801252. OLE color: 3801252.

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

Color convert

RGB 164 0 58 -
CMYK 0 1 0.65 0.36
HSL 338.78º 1% 0.32% -
HSV(B) 338.78º 1% 0.64% -
XYZ 16.07 8.2 4.74 -
YUV 55.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 164 0 58 0 1 0.65 0.36 338.78 1 0.32
Hex A4 0 3A 0 64 41 24 153 64 20
Octal 244 0 72 0 144 101 44 523 144 40
Binary 10100100 0 111010 0 1100100 1000001 100100 101010011 1100100 100000

Color Harmonies of #A4003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4003A

Black with #A4003A

Text Example


Text Example

White with #A4003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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