Html Css Color HEX #A4181E Carmine

📋 copy color: '#A4181E'

red 164 ◦ green 24 ◦ blue 30

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

Shades of Carmine #A4181E

Tints of Carmine #A4181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 75.23%
G = 11.01%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4181E (or 0xA4181E) is known color: Carmine. HEX triplet: A4, 18 and 1E. RGB value is (164,24,30). Sum of RGB (Red+Green+Blue) = 164+24+30=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A4181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4181E is #5BE7E1. Grayscale: #424242. Windows color (decimal): -6023138 or 1972388. OLE color: 1972388.

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

Color convert

RGB 164 24 30 -
CMYK 0 0.85 0.82 0.36
HSL 357.43º 0.74% 0.37% -
HSV(B) 357.43º 0.85% 0.64% -
XYZ 15.87 8.64 2.06 -
YUV 66.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 164 24 30 0 0.85 0.82 0.36 357.43 0.74 0.37
Hex A4 18 1E 0 55 52 24 165 4A 25
Octal 244 30 36 0 125 122 44 545 112 45
Binary 10100100 11000 11110 0 1010101 1010010 100100 101100101 1001010 100101

Color Harmonies of #A4181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4181E

Black with #A4181E

Text Example


Text Example

White with #A4181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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