Html Css Color HEX #A4012D Carmine

📋 copy color: '#A4012D'

red 164 ◦ green 1 ◦ blue 45

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

Shades of Carmine #A4012D

Tints of Carmine #A4012D

RGB

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

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

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

R = 78.1%
G = 0.48%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4012D (or 0xA4012D) is known color: Carmine. HEX triplet: A4, 01 and 2D. RGB value is (164,1,45). Sum of RGB (Red+Green+Blue) = 164+1+45=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A4012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4012D is #5BFED2. Grayscale: #363636. Windows color (decimal): -6029011 or 2949540. OLE color: 2949540.

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

Color convert

RGB 164 1 45 -
CMYK 0 0.99 0.73 0.36
HSL 343.8º 0.99% 0.32% -
HSV(B) 343.8º 0.99% 0.64% -
XYZ 15.79 8.1 3.21 -
YUV 54.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 164 1 45 0 0.99 0.73 0.36 343.8 0.99 0.32
Hex A4 1 2D 0 63 49 24 158 63 20
Octal 244 1 55 0 143 111 44 530 143 40
Binary 10100100 1 101101 0 1100011 1001001 100100 101011000 1100011 100000

Color Harmonies of #A4012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4012D

Black with #A4012D

Text Example


Text Example

White with #A4012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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