Html Css Color HEX #A4181F Carmine

📋 copy color: '#A4181F'

red 164 ◦ green 24 ◦ blue 31

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

Shades of Carmine #A4181F

Tints of Carmine #A4181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 74.89%
G = 10.96%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4181F (or 0xA4181F) is known color: Carmine. HEX triplet: A4, 18 and 1F. RGB value is (164,24,31). Sum of RGB (Red+Green+Blue) = 164+24+31=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A4181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4181F is #5BE7E0. Grayscale: #424242. Windows color (decimal): -6023137 or 2037924. OLE color: 2037924.

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

Color convert

RGB 164 24 31 -
CMYK 0 0.85 0.81 0.36
HSL 357º 0.74% 0.37% -
HSV(B) 357º 0.85% 0.64% -
XYZ 15.88 8.64 2.13 -
YUV 66.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 164 24 31 0 0.85 0.81 0.36 357 0.74 0.37
Hex A4 18 1F 0 55 51 24 165 4A 25
Octal 244 30 37 0 125 121 44 545 112 45
Binary 10100100 11000 11111 0 1010101 1010001 100100 101100101 1001010 100101

Color Harmonies of #A4181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4181F

Black with #A4181F

Text Example


Text Example

White with #A4181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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