Html Css Color HEX #BB3F2E Medium Carmine

📋 copy color: '#BB3F2E'

red 187 ◦ green 63 ◦ blue 46

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

Shades of Medium Carmine #BB3F2E

Tints of Medium Carmine #BB3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 63.18%
G = 21.28%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB3F2E (or 0xBB3F2E) is known color: Medium Carmine. HEX triplet: BB, 3F and 2E. RGB value is (187,63,46). Sum of RGB (Red+Green+Blue) = 187+63+46=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F2E is #44C0D1. Grayscale: #626262. Windows color (decimal): -4505810 or 3030971. OLE color: 3030971.

HSL color Cylindrical-coordinate representation of color #BB3F2E: hue angle of 7.23º degrees, saturation: 0.61, 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 #BB3F2E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 63 46 -
CMYK 0 0.66 0.75 0.27
HSL 7.23º 0.61% 0.46% -
HSV(B) 7.23º 0.75% 0.73% -
XYZ 22.76 14.32 4.15 -
YUV 98.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 187 63 46 0 0.66 0.75 0.27 7.23 0.61 0.46
Hex BB 3F 2E 0 42 4B 1B 7 3D 2E
Octal 273 77 56 0 102 113 33 7 75 56
Binary 10111011 111111 101110 0 1000010 1001011 11011 111 111101 101110

Color Harmonies of #BB3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F2E

Black with #BB3F2E

Text Example


Text Example

White with #BB3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F2E; }

 p { color: rgb(187,63,46); }

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

background-color css

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

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

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

border-color css

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

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

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