Html Css Color HEX #A00D15 Carmine

📋 copy color: '#A00D15'

red 160 ◦ green 13 ◦ blue 21

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

Shades of Carmine #A00D15

Tints of Carmine #A00D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 82.47%
G = 6.7%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A00D15 (or 0xA00D15) is known color: Carmine. HEX triplet: A0, 0D and 15. RGB value is (160,13,21). Sum of RGB (Red+Green+Blue) = 160+13+21=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D15 is #5FF2EA. Grayscale: #393939. Windows color (decimal): -6288107 or 1379744. OLE color: 1379744.

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

Color convert

RGB 160 13 21 -
CMYK 0 0.92 0.87 0.37
HSL 356.73º 0.85% 0.34% -
HSV(B) 356.73º 0.92% 0.63% -
XYZ 14.78 7.82 1.44 -
YUV 57.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 160 13 21 0 0.92 0.87 0.37 356.73 0.85 0.34
Hex A0 D 15 0 5C 57 25 165 55 22
Octal 240 15 25 0 134 127 45 545 125 42
Binary 10100000 1101 10101 0 1011100 1010111 100101 101100101 1010101 100010

Color Harmonies of #A00D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D15

Black with #A00D15

Text Example


Text Example

White with #A00D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D15; }

 p { color: rgb(160,13,21); }

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

background-color css

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

 a { background-color: rgb(160,13,21); }

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

border-color css

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

 span { border-color: rgb(160,13,21); }

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