Html Css Color HEX #A4121B Carmine

📋 copy color: '#A4121B'

red 164 ◦ green 18 ◦ blue 27

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

Shades of Carmine #A4121B

Tints of Carmine #A4121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 78.47%
G = 8.61%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4121B (or 0xA4121B) is known color: Carmine. HEX triplet: A4, 12 and 1B. RGB value is (164,18,27). Sum of RGB (Red+Green+Blue) = 164+18+27=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A4121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4121B is #5BEDE4. Grayscale: #3E3E3E. Windows color (decimal): -6024677 or 1774244. OLE color: 1774244.

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

Color convert

RGB 164 18 27 -
CMYK 0 0.89 0.84 0.36
HSL 356.3º 0.8% 0.36% -
HSV(B) 356.3º 0.89% 0.64% -
XYZ 15.72 8.4 1.83 -
YUV 62.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 164 18 27 0 0.89 0.84 0.36 356.3 0.8 0.36
Hex A4 12 1B 0 59 54 24 164 50 24
Octal 244 22 33 0 131 124 44 544 120 44
Binary 10100100 10010 11011 0 1011001 1010100 100100 101100100 1010000 100100

Color Harmonies of #A4121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4121B

Black with #A4121B

Text Example


Text Example

White with #A4121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4121B; }

 p { color: rgb(164,18,27); }

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

background-color css

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

 a { background-color: rgb(164,18,27); }

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

border-color css

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

 span { border-color: rgb(164,18,27); }

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