Html Css Color HEX #B0473B Medium Carmine

📋 copy color: '#B0473B'

red 176 ◦ green 71 ◦ blue 59

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

Shades of Medium Carmine #B0473B

Tints of Medium Carmine #B0473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 57.52%
G = 23.2%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0473B (or 0xB0473B) is known color: Medium Carmine. HEX triplet: B0, 47 and 3B. RGB value is (176,71,59). Sum of RGB (Red+Green+Blue) = 176+71+59=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0473B is #4FB8C4. Grayscale: #656565. Windows color (decimal): -5224645 or 3884976. OLE color: 3884976.

HSL color Cylindrical-coordinate representation of color #B0473B: hue angle of 6.15º degrees, saturation: 0.5, 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 #B0473B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 59 -
CMYK 0 0.60 0.66 0.31
HSL 6.15º 0.5% 0.46% -
HSV(B) 6.15º 0.66% 0.69% -
XYZ 20.95 14.05 5.75 -
YUV 101.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 176 71 59 0 0.60 0.66 0.31 6.15 0.5 0.46
Hex B0 47 3B 0 3C 42 1F 6 32 2E
Octal 260 107 73 0 74 102 37 6 62 56
Binary 10110000 1000111 111011 0 111100 1000010 11111 110 110010 101110

Color Harmonies of #B0473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0473B

Black with #B0473B

Text Example


Text Example

White with #B0473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0473B; }

 p { color: rgb(176,71,59); }

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

background-color css

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

 a { background-color: rgb(176,71,59); }

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

border-color css

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

 span { border-color: rgb(176,71,59); }

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