Html Css Color HEX #A00B37 Carmine

📋 copy color: '#A00B37'

red 160 ◦ green 11 ◦ blue 55

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

Shades of Carmine #A00B37

Tints of Carmine #A00B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 70.8%
G = 4.87%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A00B37 (or 0xA00B37) is known color: Carmine. HEX triplet: A0, 0B and 37. RGB value is (160,11,55). Sum of RGB (Red+Green+Blue) = 160+11+55=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B37 is #5FF4C8. Grayscale: #3C3C3C. Windows color (decimal): -6288585 or 3607456. OLE color: 3607456.

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

Color convert

RGB 160 11 55 -
CMYK 0 0.93 0.66 0.37
HSL 342.28º 0.87% 0.34% -
HSV(B) 342.28º 0.93% 0.63% -
XYZ 15.31 7.99 4.35 -
YUV 60.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 160 11 55 0 0.93 0.66 0.37 342.28 0.87 0.34
Hex A0 B 37 0 5D 42 25 156 57 22
Octal 240 13 67 0 135 102 45 526 127 42
Binary 10100000 1011 110111 0 1011101 1000010 100101 101010110 1010111 100010

Color Harmonies of #A00B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B37

Black with #A00B37

Text Example


Text Example

White with #A00B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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