Html Css Color HEX #BB3733 Medium Carmine

📋 copy color: '#BB3733'

red 187 ◦ green 55 ◦ blue 51

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

Shades of Medium Carmine #BB3733

Tints of Medium Carmine #BB3733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 63.82%
G = 18.77%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB3733 (or 0xBB3733) is known color: Medium Carmine. HEX triplet: BB, 37 and 33. RGB value is (187,55,51). Sum of RGB (Red+Green+Blue) = 187+55+51=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3733 is #44C8CC. Grayscale: #5E5E5E. Windows color (decimal): -4507853 or 3356603. OLE color: 3356603.

HSL color Cylindrical-coordinate representation of color #BB3733: hue angle of 1.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3733 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 51 -
CMYK 0 0.71 0.73 0.27
HSL 1.76º 0.57% 0.47% -
HSV(B) 1.76º 0.73% 0.73% -
XYZ 22.46 13.54 4.56 -
YUV 94.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 187 55 51 0 0.71 0.73 0.27 1.76 0.57 0.47
Hex BB 37 33 0 47 49 1B 2 39 2F
Octal 273 67 63 0 107 111 33 2 71 57
Binary 10111011 110111 110011 0 1000111 1001001 11011 10 111001 101111

Color Harmonies of #BB3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3733

Black with #BB3733

Text Example


Text Example

White with #BB3733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3733; }

 p { color: rgb(187,55,51); }

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

background-color css

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

 a { background-color: rgb(187,55,51); }

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

border-color css

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

 span { border-color: rgb(187,55,51); }

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