Html Css Color HEX #BB3E2F Medium Carmine

📋 copy color: '#BB3E2F'

red 187 ◦ green 62 ◦ blue 47

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

Shades of Medium Carmine #BB3E2F

Tints of Medium Carmine #BB3E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.95%

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 63.18%
G = 20.95%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB3E2F (or 0xBB3E2F) is known color: Medium Carmine. HEX triplet: BB, 3E and 2F. RGB value is (187,62,47). Sum of RGB (Red+Green+Blue) = 187+62+47=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E2F is #44C1D0. Grayscale: #616161. Windows color (decimal): -4506065 or 3096251. OLE color: 3096251.

HSL color Cylindrical-coordinate representation of color #BB3E2F: hue angle of 6.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3E2F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 62 47 -
CMYK 0 0.67 0.75 0.27
HSL 6.43º 0.6% 0.46% -
HSV(B) 6.43º 0.75% 0.73% -
XYZ 22.73 14.22 4.24 -
YUV 97.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 187 62 47 0 0.67 0.75 0.27 6.43 0.6 0.46
Hex BB 3E 2F 0 43 4B 1B 6 3C 2E
Octal 273 76 57 0 103 113 33 6 74 56
Binary 10111011 111110 101111 0 1000011 1001011 11011 110 111100 101110

Color Harmonies of #BB3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E2F

Black with #BB3E2F

Text Example


Text Example

White with #BB3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E2F; }

 p { color: rgb(187,62,47); }

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

background-color css

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

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

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

border-color css

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

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

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