Html Css Color HEX #B0473D Medium Carmine

📋 copy color: '#B0473D'

red 176 ◦ green 71 ◦ blue 61

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

Shades of Medium Carmine #B0473D

Tints of Medium Carmine #B0473D

RGB

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

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

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

R = 57.14%
G = 23.05%
B = 19.81%

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

#B0473D (or 0xB0473D) is known color: Medium Carmine. HEX triplet: B0, 47 and 3D. RGB value is (176,71,61). Sum of RGB (Red+Green+Blue) = 176+71+61=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0473D is #4FB8C2. Grayscale: #656565. Windows color (decimal): -5224643 or 4016048. OLE color: 4016048.

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

Color convert

RGB 176 71 61 -
CMYK 0 0.60 0.65 0.31
HSL 5.22º 0.49% 0.46% -
HSV(B) 5.22º 0.65% 0.69% -
XYZ 21 14.07 6.02 -
YUV 101.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 176 71 61 0 0.60 0.65 0.31 5.22 0.49 0.46
Hex B0 47 3D 0 3C 41 1F 5 31 2E
Octal 260 107 75 0 74 101 37 5 61 56
Binary 10110000 1000111 111101 0 111100 1000001 11111 101 110001 101110

Color Harmonies of #B0473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0473D

Black with #B0473D

Text Example


Text Example

White with #B0473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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