Html Css Color HEX #B0493A Medium Carmine

📋 copy color: '#B0493A'

red 176 ◦ green 73 ◦ blue 58

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

Shades of Medium Carmine #B0493A

Tints of Medium Carmine #B0493A

RGB

 RED value IS 176 (69.14% from 255) = 57.33%

 GREEN value IS 73 (28.91% from 255) = 23.78%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 57.33%
G = 23.78%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0493A (or 0xB0493A) is known color: Medium Carmine. HEX triplet: B0, 49 and 3A. RGB value is (176,73,58). Sum of RGB (Red+Green+Blue) = 176+73+58=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0493A is #4FB6C5. Grayscale: #666666. Windows color (decimal): -5224134 or 3819952. OLE color: 3819952.

HSL color Cylindrical-coordinate representation of color #B0493A: hue angle of 7.63º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0493A is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 58 -
CMYK 0 0.59 0.67 0.31
HSL 7.63º 0.5% 0.46% -
HSV(B) 7.63º 0.67% 0.69% -
XYZ 21.05 14.3 5.65 -
YUV 102.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 176 73 58 0 0.59 0.67 0.31 7.63 0.5 0.46
Hex B0 49 3A 0 3B 43 1F 8 32 2E
Octal 260 111 72 0 73 103 37 10 62 56
Binary 10110000 1001001 111010 0 111011 1000011 11111 1000 110010 101110

Color Harmonies of #B0493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0493A

Black with #B0493A

Text Example


Text Example

White with #B0493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0493A; }

 p { color: rgb(176,73,58); }

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

background-color css

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

 a { background-color: rgb(176,73,58); }

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

border-color css

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

 span { border-color: rgb(176,73,58); }

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