Html Css Color HEX #A4012F Carmine

📋 copy color: '#A4012F'

red 164 ◦ green 1 ◦ blue 47

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

Shades of Carmine #A4012F

Tints of Carmine #A4012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 77.36%
G = 0.47%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4012F (or 0xA4012F) is known color: Carmine. HEX triplet: A4, 01 and 2F. RGB value is (164,1,47). Sum of RGB (Red+Green+Blue) = 164+1+47=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A4012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4012F is #5BFED0. Grayscale: #363636. Windows color (decimal): -6029009 or 3080612. OLE color: 3080612.

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

Color convert

RGB 164 1 47 -
CMYK 0 0.99 0.71 0.36
HSL 343.07º 0.99% 0.32% -
HSV(B) 343.07º 0.99% 0.64% -
XYZ 15.83 8.12 3.42 -
YUV 54.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 164 1 47 0 0.99 0.71 0.36 343.07 0.99 0.32
Hex A4 1 2F 0 63 47 24 157 63 20
Octal 244 1 57 0 143 107 44 527 143 40
Binary 10100100 1 101111 0 1100011 1000111 100100 101010111 1100011 100000

Color Harmonies of #A4012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4012F

Black with #A4012F

Text Example


Text Example

White with #A4012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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