Html Css Color HEX #A4011C Carmine

📋 copy color: '#A4011C'

red 164 ◦ green 1 ◦ blue 28

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

Shades of Carmine #A4011C

Tints of Carmine #A4011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 84.97%
G = 0.52%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4011C (or 0xA4011C) is known color: Carmine. HEX triplet: A4, 01 and 1C. RGB value is (164,1,28). Sum of RGB (Red+Green+Blue) = 164+1+28=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A4011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4011C is #5BFEE3. Grayscale: #343434. Windows color (decimal): -6029028 or 1835428. OLE color: 1835428.

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

Color convert

RGB 164 1 28 -
CMYK 0 0.99 0.83 0.36
HSL 350.06º 0.99% 0.32% -
HSV(B) 350.06º 0.99% 0.64% -
XYZ 15.53 8 1.82 -
YUV 52.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 164 1 28 0 0.99 0.83 0.36 350.06 0.99 0.32
Hex A4 1 1C 0 63 53 24 15E 63 20
Octal 244 1 34 0 143 123 44 536 143 40
Binary 10100100 1 11100 0 1100011 1010011 100100 101011110 1100011 100000

Color Harmonies of #A4011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4011C

Black with #A4011C

Text Example


Text Example

White with #A4011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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