Html Css Color HEX #A4141F Carmine

📋 copy color: '#A4141F'

red 164 ◦ green 20 ◦ blue 31

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

Shades of Carmine #A4141F

Tints of Carmine #A4141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 76.28%
G = 9.3%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4141F (or 0xA4141F) is known color: Carmine. HEX triplet: A4, 14 and 1F. RGB value is (164,20,31). Sum of RGB (Red+Green+Blue) = 164+20+31=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A4141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4141F is #5BEBE0. Grayscale: #404040. Windows color (decimal): -6024161 or 2036900. OLE color: 2036900.

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

Color convert

RGB 164 20 31 -
CMYK 0 0.88 0.81 0.36
HSL 355.42º 0.78% 0.36% -
HSV(B) 355.42º 0.88% 0.64% -
XYZ 15.81 8.49 2.1 -
YUV 64.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 164 20 31 0 0.88 0.81 0.36 355.42 0.78 0.36
Hex A4 14 1F 0 58 51 24 163 4E 24
Octal 244 24 37 0 130 121 44 543 116 44
Binary 10100100 10100 11111 0 1011000 1010001 100100 101100011 1001110 100100

Color Harmonies of #A4141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4141F

Black with #A4141F

Text Example


Text Example

White with #A4141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4141F; }

 p { color: rgb(164,20,31); }

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

background-color css

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

 a { background-color: rgb(164,20,31); }

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

border-color css

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

 span { border-color: rgb(164,20,31); }

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