Html Css Color HEX #BB3736 Medium Carmine

📋 copy color: '#BB3736'

red 187 ◦ green 55 ◦ blue 54

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

Shades of Medium Carmine #BB3736

Tints of Medium Carmine #BB3736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 63.18%
G = 18.58%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB3736 (or 0xBB3736) is known color: Medium Carmine. HEX triplet: BB, 37 and 36. RGB value is (187,55,54). Sum of RGB (Red+Green+Blue) = 187+55+54=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3736 is #44C8C9. Grayscale: #5E5E5E. Windows color (decimal): -4507850 or 3553211. OLE color: 3553211.

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

Color convert

RGB 187 55 54 -
CMYK 0 0.71 0.71 0.27
HSL 0.45º 0.55% 0.47% -
HSV(B) 0.45º 0.71% 0.73% -
XYZ 22.53 13.56 4.92 -
YUV 94.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 187 55 54 0 0.71 0.71 0.27 0.45 0.55 0.47
Hex BB 37 36 0 47 47 1B 0 37 2F
Octal 273 67 66 0 107 107 33 0 67 57
Binary 10111011 110111 110110 0 1000111 1000111 11011 0 110111 101111

Color Harmonies of #BB3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3736

Black with #BB3736

Text Example


Text Example

White with #BB3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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