Html Css Color HEX #A00C2A Carmine

📋 copy color: '#A00C2A'

red 160 ◦ green 12 ◦ blue 42

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

Shades of Carmine #A00C2A

Tints of Carmine #A00C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.61%

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 74.77%
G = 5.61%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A00C2A (or 0xA00C2A) is known color: Carmine. HEX triplet: A0, 0C and 2A. RGB value is (160,12,42). Sum of RGB (Red+Green+Blue) = 160+12+42=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C2A is #5FF3D5. Grayscale: #3B3B3B. Windows color (decimal): -6288342 or 2755744. OLE color: 2755744.

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

Color convert

RGB 160 12 42 -
CMYK 0 0.93 0.74 0.37
HSL 347.84º 0.86% 0.34% -
HSV(B) 347.84º 0.93% 0.63% -
XYZ 15.05 7.9 2.92 -
YUV 59.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 160 12 42 0 0.93 0.74 0.37 347.84 0.86 0.34
Hex A0 C 2A 0 5D 4A 25 15C 56 22
Octal 240 14 52 0 135 112 45 534 126 42
Binary 10100000 1100 101010 0 1011101 1001010 100101 101011100 1010110 100010

Color Harmonies of #A00C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C2A

Black with #A00C2A

Text Example


Text Example

White with #A00C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C2A; }

 p { color: rgb(160,12,42); }

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

background-color css

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

 a { background-color: rgb(160,12,42); }

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

border-color css

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

 span { border-color: rgb(160,12,42); }

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