Html Css Color HEX #A4002D Carmine

📋 copy color: '#A4002D'

red 164 ◦ green 0 ◦ blue 45

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

Shades of Carmine #A4002D

Tints of Carmine #A4002D

RGB

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

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

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

R = 78.47%
G = 0%
B = 21.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4002D (or 0xA4002D) is known color: Carmine. HEX triplet: A4, 00 and 2D. RGB value is (164,0,45). Sum of RGB (Red+Green+Blue) = 164+0+45=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A4002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4002D is #5BFFD2. Grayscale: #363636. Windows color (decimal): -6029267 or 2949284. OLE color: 2949284.

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

Color convert

RGB 164 0 45 -
CMYK 0 1 0.73 0.36
HSL 343.54º 1% 0.32% -
HSV(B) 343.54º 1% 0.64% -
XYZ 15.78 8.08 3.21 -
YUV 54.17 122.83 206.34 -
System Red Green Blue C M Y K H S L
Decimal 164 0 45 0 1 0.73 0.36 343.54 1 0.32
Hex A4 0 2D 0 64 49 24 158 64 20
Octal 244 0 55 0 144 111 44 530 144 40
Binary 10100100 0 101101 0 1100100 1001001 100100 101011000 1100100 100000

Color Harmonies of #A4002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4002D

Black with #A4002D

Text Example


Text Example

White with #A4002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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