Html Css Color HEX #B0473F Medium Carmine

📋 copy color: '#B0473F'

red 176 ◦ green 71 ◦ blue 63

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

Shades of Medium Carmine #B0473F

Tints of Medium Carmine #B0473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.32%

R = 56.77%
G = 22.9%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0473F (or 0xB0473F) is known color: Medium Carmine. HEX triplet: B0, 47 and 3F. RGB value is (176,71,63). Sum of RGB (Red+Green+Blue) = 176+71+63=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0473F is #4FB8C0. Grayscale: #656565. Windows color (decimal): -5224641 or 4147120. OLE color: 4147120.

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

Color convert

RGB 176 71 63 -
CMYK 0 0.60 0.64 0.31
HSL 4.25º 0.47% 0.47% -
HSV(B) 4.25º 0.64% 0.69% -
XYZ 21.05 14.1 6.31 -
YUV 101.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 176 71 63 0 0.60 0.64 0.31 4.25 0.47 0.47
Hex B0 47 3F 0 3C 40 1F 4 2F 2F
Octal 260 107 77 0 74 100 37 4 57 57
Binary 10110000 1000111 111111 0 111100 1000000 11111 100 101111 101111

Color Harmonies of #B0473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0473F

Black with #B0473F

Text Example


Text Example

White with #B0473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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