Html Css Color HEX #A0181C Carmine

📋 copy color: '#A0181C'

red 160 ◦ green 24 ◦ blue 28

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

Shades of Carmine #A0181C

Tints of Carmine #A0181C

RGB

 RED value IS 160 (62.89% from 255) = 75.47%

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

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 75.47%
G = 11.32%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0181C (or 0xA0181C) is known color: Carmine. HEX triplet: A0, 18 and 1C. RGB value is (160,24,28). Sum of RGB (Red+Green+Blue) = 160+24+28=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A0181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0181C is #5FE7E3. Grayscale: #414141. Windows color (decimal): -6285284 or 1841312. OLE color: 1841312.

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

Color convert

RGB 160 24 28 -
CMYK 0 0.85 0.82 0.37
HSL 358.24º 0.74% 0.36% -
HSV(B) 358.24º 0.85% 0.63% -
XYZ 15.03 8.21 1.89 -
YUV 65.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 160 24 28 0 0.85 0.82 0.37 358.24 0.74 0.36
Hex A0 18 1C 0 55 52 25 166 4A 24
Octal 240 30 34 0 125 122 45 546 112 44
Binary 10100000 11000 11100 0 1010101 1010010 100101 101100110 1001010 100100

Color Harmonies of #A0181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0181C

Black with #A0181C

Text Example


Text Example

White with #A0181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0181C; }

 p { color: rgb(160,24,28); }

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

background-color css

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

 a { background-color: rgb(160,24,28); }

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

border-color css

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

 span { border-color: rgb(160,24,28); }

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