Html Css Color HEX #A4042D Carmine

📋 copy color: '#A4042D'

red 164 ◦ green 4 ◦ blue 45

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

Shades of Carmine #A4042D

Tints of Carmine #A4042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 77%
G = 1.88%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4042D (or 0xA4042D) is known color: Carmine. HEX triplet: A4, 04 and 2D. RGB value is (164,4,45). Sum of RGB (Red+Green+Blue) = 164+4+45=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A4042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4042D is #5BFBD2. Grayscale: #383838. Windows color (decimal): -6028243 or 2950308. OLE color: 2950308.

HSL color Cylindrical-coordinate representation of color #A4042D: hue angle of 344.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4042D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 45 -
CMYK 0 0.98 0.73 0.36
HSL 344.63º 0.95% 0.33% -
HSV(B) 344.63º 0.98% 0.64% -
XYZ 15.83 8.17 3.23 -
YUV 56.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 164 4 45 0 0.98 0.73 0.36 344.63 0.95 0.33
Hex A4 4 2D 0 62 49 24 159 5F 21
Octal 244 4 55 0 142 111 44 531 137 41
Binary 10100100 100 101101 0 1100010 1001001 100100 101011001 1011111 100001

Color Harmonies of #A4042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4042D

Black with #A4042D

Text Example


Text Example

White with #A4042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4042D; }

 p { color: rgb(164,4,45); }

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

background-color css

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

 a { background-color: rgb(164,4,45); }

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

border-color css

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

 span { border-color: rgb(164,4,45); }

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