Html Css Color HEX #BB4239 Medium Carmine

📋 copy color: '#BB4239'

red 187 ◦ green 66 ◦ blue 57

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

Shades of Medium Carmine #BB4239

Tints of Medium Carmine #BB4239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 60.32%
G = 21.29%
B = 18.39%

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

#BB4239 (or 0xBB4239) is known color: Medium Carmine. HEX triplet: BB, 42 and 39. RGB value is (187,66,57). Sum of RGB (Red+Green+Blue) = 187+66+57=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4239 is #44BDC6. Grayscale: #656565. Windows color (decimal): -4505031 or 3752635. OLE color: 3752635.

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

Color convert

RGB 187 66 57 -
CMYK 0 0.65 0.70 0.27
HSL 4.15º 0.53% 0.48% -
HSV(B) 4.15º 0.7% 0.73% -
XYZ 23.18 14.76 5.5 -
YUV 101.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 187 66 57 0 0.65 0.70 0.27 4.15 0.53 0.48
Hex BB 42 39 0 41 46 1B 4 35 30
Octal 273 102 71 0 101 106 33 4 65 60
Binary 10111011 1000010 111001 0 1000001 1000110 11011 100 110101 110000

Color Harmonies of #BB4239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4239

Black with #BB4239

Text Example


Text Example

White with #BB4239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4239; }

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

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

background-color css

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

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

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

border-color css

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

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

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