Html Css Color HEX #B0493D Medium Carmine

📋 copy color: '#B0493D'

red 176 ◦ green 73 ◦ blue 61

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

Shades of Medium Carmine #B0493D

Tints of Medium Carmine #B0493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 56.77%
G = 23.55%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0493D (or 0xB0493D) is known color: Medium Carmine. HEX triplet: B0, 49 and 3D. RGB value is (176,73,61). Sum of RGB (Red+Green+Blue) = 176+73+61=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0493D is #4FB6C2. Grayscale: #666666. Windows color (decimal): -5224131 or 4016560. OLE color: 4016560.

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

Color convert

RGB 176 73 61 -
CMYK 0 0.59 0.65 0.31
HSL 6.26º 0.49% 0.46% -
HSV(B) 6.26º 0.65% 0.69% -
XYZ 21.13 14.33 6.07 -
YUV 102.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 176 73 61 0 0.59 0.65 0.31 6.26 0.49 0.46
Hex B0 49 3D 0 3B 41 1F 6 31 2E
Octal 260 111 75 0 73 101 37 6 61 56
Binary 10110000 1001001 111101 0 111011 1000001 11111 110 110001 101110

Color Harmonies of #B0493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0493D

Black with #B0493D

Text Example


Text Example

White with #B0493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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