Html Css Color HEX #B0443C Medium Carmine

📋 copy color: '#B0443C'

red 176 ◦ green 68 ◦ blue 60

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

Shades of Medium Carmine #B0443C

Tints of Medium Carmine #B0443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 57.89%
G = 22.37%
B = 19.74%

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

#B0443C (or 0xB0443C) is known color: Medium Carmine. HEX triplet: B0, 44 and 3C. RGB value is (176,68,60). Sum of RGB (Red+Green+Blue) = 176+68+60=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0443C is #4FBBC3. Grayscale: #636363. Windows color (decimal): -5225412 or 3949744. OLE color: 3949744.

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

Color convert

RGB 176 68 60 -
CMYK 0 0.61 0.66 0.31
HSL 4.14º 0.49% 0.46% -
HSV(B) 4.14º 0.66% 0.69% -
XYZ 20.79 13.69 5.82 -
YUV 99.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 176 68 60 0 0.61 0.66 0.31 4.14 0.49 0.46
Hex B0 44 3C 0 3D 42 1F 4 31 2E
Octal 260 104 74 0 75 102 37 4 61 56
Binary 10110000 1000100 111100 0 111101 1000010 11111 100 110001 101110

Color Harmonies of #B0443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0443C

Black with #B0443C

Text Example


Text Example

White with #B0443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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