Html Css Color HEX #B0473E Medium Carmine

📋 copy color: '#B0473E'

red 176 ◦ green 71 ◦ blue 62

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

Shades of Medium Carmine #B0473E

Tints of Medium Carmine #B0473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 56.96%
G = 22.98%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0473E (or 0xB0473E) is known color: Medium Carmine. HEX triplet: B0, 47 and 3E. RGB value is (176,71,62). Sum of RGB (Red+Green+Blue) = 176+71+62=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0473E is #4FB8C1. Grayscale: #656565. Windows color (decimal): -5224642 or 4081584. OLE color: 4081584.

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

Color convert

RGB 176 71 62 -
CMYK 0 0.60 0.65 0.31
HSL 4.74º 0.48% 0.47% -
HSV(B) 4.74º 0.65% 0.69% -
XYZ 21.03 14.08 6.17 -
YUV 101.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 176 71 62 0 0.60 0.65 0.31 4.74 0.48 0.47
Hex B0 47 3E 0 3C 41 1F 5 30 2F
Octal 260 107 76 0 74 101 37 5 60 57
Binary 10110000 1000111 111110 0 111100 1000001 11111 101 110000 101111

Color Harmonies of #B0473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0473E

Black with #B0473E

Text Example


Text Example

White with #B0473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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