Html Css Color HEX #BB3F2D Medium Carmine

📋 copy color: '#BB3F2D'

red 187 ◦ green 63 ◦ blue 45

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

Shades of Medium Carmine #BB3F2D

Tints of Medium Carmine #BB3F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 63.39%
G = 21.36%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB3F2D (or 0xBB3F2D) is known color: Medium Carmine. HEX triplet: BB, 3F and 2D. RGB value is (187,63,45). Sum of RGB (Red+Green+Blue) = 187+63+45=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F2D is #44C0D2. Grayscale: #626262. Windows color (decimal): -4505811 or 2965435. OLE color: 2965435.

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

Color convert

RGB 187 63 45 -
CMYK 0 0.66 0.76 0.27
HSL 7.61º 0.61% 0.45% -
HSV(B) 7.61º 0.76% 0.73% -
XYZ 22.74 14.31 4.05 -
YUV 98.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 187 63 45 0 0.66 0.76 0.27 7.61 0.61 0.45
Hex BB 3F 2D 0 42 4C 1B 8 3D 2D
Octal 273 77 55 0 102 114 33 10 75 55
Binary 10111011 111111 101101 0 1000010 1001100 11011 1000 111101 101101

Color Harmonies of #BB3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F2D

Black with #BB3F2D

Text Example


Text Example

White with #BB3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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