Html Css Color HEX #A4012B Carmine

📋 copy color: '#A4012B'

red 164 ◦ green 1 ◦ blue 43

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

Shades of Carmine #A4012B

Tints of Carmine #A4012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 78.85%
G = 0.48%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4012B (or 0xA4012B) is known color: Carmine. HEX triplet: A4, 01 and 2B. RGB value is (164,1,43). Sum of RGB (Red+Green+Blue) = 164+1+43=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A4012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4012B is #5BFED4. Grayscale: #363636. Windows color (decimal): -6029013 or 2818468. OLE color: 2818468.

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

Color convert

RGB 164 1 43 -
CMYK 0 0.99 0.74 0.36
HSL 344.54º 0.99% 0.32% -
HSV(B) 344.54º 0.99% 0.64% -
XYZ 15.76 8.09 3.02 -
YUV 54.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 164 1 43 0 0.99 0.74 0.36 344.54 0.99 0.32
Hex A4 1 2B 0 63 4A 24 159 63 20
Octal 244 1 53 0 143 112 44 531 143 40
Binary 10100100 1 101011 0 1100011 1001010 100100 101011001 1100011 100000

Color Harmonies of #A4012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4012B

Black with #A4012B

Text Example


Text Example

White with #A4012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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