Html Css Color HEX #A4052D Carmine

📋 copy color: '#A4052D'

red 164 ◦ green 5 ◦ blue 45

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

Shades of Carmine #A4052D

Tints of Carmine #A4052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 76.64%
G = 2.34%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4052D (or 0xA4052D) is known color: Carmine. HEX triplet: A4, 05 and 2D. RGB value is (164,5,45). Sum of RGB (Red+Green+Blue) = 164+5+45=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A4052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4052D is #5BFAD2. Grayscale: #393939. Windows color (decimal): -6027987 or 2950564. OLE color: 2950564.

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

Color convert

RGB 164 5 45 -
CMYK 0 0.97 0.73 0.36
HSL 344.91º 0.94% 0.33% -
HSV(B) 344.91º 0.97% 0.64% -
XYZ 15.84 8.19 3.23 -
YUV 57.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 164 5 45 0 0.97 0.73 0.36 344.91 0.94 0.33
Hex A4 5 2D 0 61 49 24 159 5E 21
Octal 244 5 55 0 141 111 44 531 136 41
Binary 10100100 101 101101 0 1100001 1001001 100100 101011001 1011110 100001

Color Harmonies of #A4052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4052D

Black with #A4052D

Text Example


Text Example

White with #A4052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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