Html Css Color HEX #A4151C Carmine

📋 copy color: '#A4151C'

red 164 ◦ green 21 ◦ blue 28

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

Shades of Carmine #A4151C

Tints of Carmine #A4151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 77%
G = 9.86%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4151C (or 0xA4151C) is known color: Carmine. HEX triplet: A4, 15 and 1C. RGB value is (164,21,28). Sum of RGB (Red+Green+Blue) = 164+21+28=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A4151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4151C is #5BEAE3. Grayscale: #404040. Windows color (decimal): -6023908 or 1840548. OLE color: 1840548.

HSL color Cylindrical-coordinate representation of color #A4151C: hue angle of 357.06º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4151C is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 28 -
CMYK 0 0.87 0.83 0.36
HSL 357.06º 0.77% 0.36% -
HSV(B) 357.06º 0.87% 0.64% -
XYZ 15.79 8.51 1.91 -
YUV 64.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 164 21 28 0 0.87 0.83 0.36 357.06 0.77 0.36
Hex A4 15 1C 0 57 53 24 165 4D 24
Octal 244 25 34 0 127 123 44 545 115 44
Binary 10100100 10101 11100 0 1010111 1010011 100100 101100101 1001101 100100

Color Harmonies of #A4151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4151C

Black with #A4151C

Text Example


Text Example

White with #A4151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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