Html Css Color HEX #A00B2E Carmine

📋 copy color: '#A00B2E'

red 160 ◦ green 11 ◦ blue 46

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

Shades of Carmine #A00B2E

Tints of Carmine #A00B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

 BLUE value IS 46 (18.36% from 255) = 21.2%

R = 73.73%
G = 5.07%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A00B2E (or 0xA00B2E) is known color: Carmine. HEX triplet: A0, 0B and 2E. RGB value is (160,11,46). Sum of RGB (Red+Green+Blue) = 160+11+46=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B2E is #5FF4D1. Grayscale: #3B3B3B. Windows color (decimal): -6288594 or 3017632. OLE color: 3017632.

HSL color Cylindrical-coordinate representation of color #A00B2E: hue angle of 345.91º degrees, saturation: 0.87, 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 #A00B2E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 11 46 -
CMYK 0 0.93 0.71 0.37
HSL 345.91º 0.87% 0.34% -
HSV(B) 345.91º 0.93% 0.63% -
XYZ 15.11 7.91 3.32 -
YUV 59.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 160 11 46 0 0.93 0.71 0.37 345.91 0.87 0.34
Hex A0 B 2E 0 5D 47 25 15A 57 22
Octal 240 13 56 0 135 107 45 532 127 42
Binary 10100000 1011 101110 0 1011101 1000111 100101 101011010 1010111 100010

Color Harmonies of #A00B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B2E

Black with #A00B2E

Text Example


Text Example

White with #A00B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B2E; }

 p { color: rgb(160,11,46); }

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

background-color css

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

 a { background-color: rgb(160,11,46); }

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

border-color css

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

 span { border-color: rgb(160,11,46); }

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