Html Css Color HEX #B0443A Medium Carmine

📋 copy color: '#B0443A'

red 176 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #B0443A

Tints of Medium Carmine #B0443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 58.28%
G = 22.52%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0443A (or 0xB0443A) is known color: Medium Carmine. HEX triplet: B0, 44 and 3A. RGB value is (176,68,58). Sum of RGB (Red+Green+Blue) = 176+68+58=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0443A is #4FBBC5. Grayscale: #636363. Windows color (decimal): -5225414 or 3818672. OLE color: 3818672.

HSL color Cylindrical-coordinate representation of color #B0443A: hue angle of 5.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0443A is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 58 -
CMYK 0 0.61 0.67 0.31
HSL 5.08º 0.5% 0.46% -
HSV(B) 5.08º 0.67% 0.69% -
XYZ 20.74 13.67 5.55 -
YUV 99.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 176 68 58 0 0.61 0.67 0.31 5.08 0.5 0.46
Hex B0 44 3A 0 3D 43 1F 5 32 2E
Octal 260 104 72 0 75 103 37 5 62 56
Binary 10110000 1000100 111010 0 111101 1000011 11111 101 110010 101110

Color Harmonies of #B0443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0443A

Black with #B0443A

Text Example


Text Example

White with #B0443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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