Html Css Color HEX #BB4139 Medium Carmine

📋 copy color: '#BB4139'

red 187 ◦ green 65 ◦ blue 57

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

Shades of Medium Carmine #BB4139

Tints of Medium Carmine #BB4139

RGB

 RED value IS 187 (73.44% from 255) = 60.52%

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 57 (22.66% from 255) = 18.45%

R = 60.52%
G = 21.04%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB4139 (or 0xBB4139) is known color: Medium Carmine. HEX triplet: BB, 41 and 39. RGB value is (187,65,57). Sum of RGB (Red+Green+Blue) = 187+65+57=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4139 is #44BEC6. Grayscale: #646464. Windows color (decimal): -4505287 or 3752379. OLE color: 3752379.

HSL color Cylindrical-coordinate representation of color #BB4139: hue angle of 3.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4139 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 57 -
CMYK 0 0.65 0.70 0.27
HSL 3.69º 0.53% 0.48% -
HSV(B) 3.69º 0.7% 0.73% -
XYZ 23.12 14.64 5.48 -
YUV 100.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 187 65 57 0 0.65 0.70 0.27 3.69 0.53 0.48
Hex BB 41 39 0 41 46 1B 4 35 30
Octal 273 101 71 0 101 106 33 4 65 60
Binary 10111011 1000001 111001 0 1000001 1000110 11011 100 110101 110000

Color Harmonies of #BB4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4139

Black with #BB4139

Text Example


Text Example

White with #BB4139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4139; }

 p { color: rgb(187,65,57); }

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

background-color css

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

 a { background-color: rgb(187,65,57); }

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

border-color css

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

 span { border-color: rgb(187,65,57); }

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