Html Css Color HEX #B0493C Medium Carmine

📋 copy color: '#B0493C'

red 176 ◦ green 73 ◦ blue 60

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

Shades of Medium Carmine #B0493C

Tints of Medium Carmine #B0493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 56.96%
G = 23.62%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0493C (or 0xB0493C) is known color: Medium Carmine. HEX triplet: B0, 49 and 3C. RGB value is (176,73,60). Sum of RGB (Red+Green+Blue) = 176+73+60=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0493C is #4FB6C3. Grayscale: #666666. Windows color (decimal): -5224132 or 3951024. OLE color: 3951024.

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

Color convert

RGB 176 73 60 -
CMYK 0 0.59 0.66 0.31
HSL 6.72º 0.49% 0.46% -
HSV(B) 6.72º 0.66% 0.69% -
XYZ 21.1 14.32 5.93 -
YUV 102.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 176 73 60 0 0.59 0.66 0.31 6.72 0.49 0.46
Hex B0 49 3C 0 3B 42 1F 7 31 2E
Octal 260 111 74 0 73 102 37 7 61 56
Binary 10110000 1001001 111100 0 111011 1000010 11111 111 110001 101110

Color Harmonies of #B0493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0493C

Black with #B0493C

Text Example


Text Example

White with #B0493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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