Html Css Color HEX #BB3939 Medium Carmine

📋 copy color: '#BB3939'

red 187 ◦ green 57 ◦ blue 57

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

Shades of Medium Carmine #BB3939

Tints of Medium Carmine #BB3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 62.13%
G = 18.94%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB3939 (or 0xBB3939) is known color: Medium Carmine. HEX triplet: BB, 39 and 39. RGB value is (187,57,57). Sum of RGB (Red+Green+Blue) = 187+57+57=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3939 is #44C6C6. Grayscale: #5F5F5F. Windows color (decimal): -4507335 or 3750331. OLE color: 3750331.

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

Color convert

RGB 187 57 57 -
CMYK 0 0.70 0.70 0.27
HSL 0.53% 0.48% -
HSV(B) 0.7% 0.73% -
XYZ 22.7 13.79 5.34 -
YUV 95.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 187 57 57 0 0.70 0.70 0.27 0 0.53 0.48
Hex BB 39 39 0 46 46 1B 0 35 30
Octal 273 71 71 0 106 106 33 0 65 60
Binary 10111011 111001 111001 0 1000110 1000110 11011 0 110101 110000

Color Harmonies of #BB3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3939

Black with #BB3939

Text Example


Text Example

White with #BB3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3939; }

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

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

background-color css

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

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

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

border-color css

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

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

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