Html Css Color HEX #B0443B Medium Carmine

📋 copy color: '#B0443B'

red 176 ◦ green 68 ◦ blue 59

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

Shades of Medium Carmine #B0443B

Tints of Medium Carmine #B0443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 58.09%
G = 22.44%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0443B (or 0xB0443B) is known color: Medium Carmine. HEX triplet: B0, 44 and 3B. RGB value is (176,68,59). Sum of RGB (Red+Green+Blue) = 176+68+59=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0443B is #4FBBC4. Grayscale: #636363. Windows color (decimal): -5225413 or 3884208. OLE color: 3884208.

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

Color convert

RGB 176 68 59 -
CMYK 0 0.61 0.66 0.31
HSL 4.62º 0.5% 0.46% -
HSV(B) 4.62º 0.66% 0.69% -
XYZ 20.76 13.68 5.68 -
YUV 99.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 176 68 59 0 0.61 0.66 0.31 4.62 0.5 0.46
Hex B0 44 3B 0 3D 42 1F 5 32 2E
Octal 260 104 73 0 75 102 37 5 62 56
Binary 10110000 1000100 111011 0 111101 1000010 11111 101 110010 101110

Color Harmonies of #B0443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0443B

Black with #B0443B

Text Example


Text Example

White with #B0443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0443B; }

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

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

background-color css

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

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

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

border-color css

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

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

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