Html Css Color HEX #A2181E Carmine

📋 copy color: '#A2181E'

red 162 ◦ green 24 ◦ blue 30

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

Shades of Carmine #A2181E

Tints of Carmine #A2181E

RGB

 RED value IS 162 (63.67% from 255) = 75%

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

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

R = 75%
G = 11.11%
B = 13.89%

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

#A2181E (or 0xA2181E) is known color: Carmine. HEX triplet: A2, 18 and 1E. RGB value is (162,24,30). Sum of RGB (Red+Green+Blue) = 162+24+30=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A2181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2181E is #5DE7E1. Grayscale: #424242. Windows color (decimal): -6154210 or 1972386. OLE color: 1972386.

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

Color convert

RGB 162 24 30 -
CMYK 0 0.85 0.81 0.36
HSL 357.39º 0.74% 0.36% -
HSV(B) 357.39º 0.85% 0.64% -
XYZ 15.46 8.43 2.04 -
YUV 65.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 162 24 30 0 0.85 0.81 0.36 357.39 0.74 0.36
Hex A2 18 1E 0 55 51 24 165 4A 24
Octal 242 30 36 0 125 121 44 545 112 44
Binary 10100010 11000 11110 0 1010101 1010001 100100 101100101 1001010 100100

Color Harmonies of #A2181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2181E

Black with #A2181E

Text Example


Text Example

White with #A2181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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