Html Css Color HEX #BB3933 Medium Carmine

📋 copy color: '#BB3933'

red 187 ◦ green 57 ◦ blue 51

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

Shades of Medium Carmine #BB3933

Tints of Medium Carmine #BB3933

RGB

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

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

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

R = 63.39%
G = 19.32%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB3933 (or 0xBB3933) is known color: Medium Carmine. HEX triplet: BB, 39 and 33. RGB value is (187,57,51). Sum of RGB (Red+Green+Blue) = 187+57+51=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3933 is #44C6CC. Grayscale: #5F5F5F. Windows color (decimal): -4507341 or 3357115. OLE color: 3357115.

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

Color convert

RGB 187 57 51 -
CMYK 0 0.70 0.73 0.27
HSL 2.65º 0.57% 0.47% -
HSV(B) 2.65º 0.73% 0.73% -
XYZ 22.55 13.73 4.59 -
YUV 95.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 187 57 51 0 0.70 0.73 0.27 2.65 0.57 0.47
Hex BB 39 33 0 46 49 1B 3 39 2F
Octal 273 71 63 0 106 111 33 3 71 57
Binary 10111011 111001 110011 0 1000110 1001001 11011 11 111001 101111

Color Harmonies of #BB3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3933

Black with #BB3933

Text Example


Text Example

White with #BB3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3933; }

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

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

background-color css

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

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

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

border-color css

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

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

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