Html Css Color HEX #BB3F38 Medium Carmine

📋 copy color: '#BB3F38'

red 187 ◦ green 63 ◦ blue 56

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

Shades of Medium Carmine #BB3F38

Tints of Medium Carmine #BB3F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 61.11%
G = 20.59%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB3F38 (or 0xBB3F38) is known color: Medium Carmine. HEX triplet: BB, 3F and 38. RGB value is (187,63,56). Sum of RGB (Red+Green+Blue) = 187+63+56=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F38 is #44C0C7. Grayscale: #636363. Windows color (decimal): -4505800 or 3686331. OLE color: 3686331.

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

Color convert

RGB 187 63 56 -
CMYK 0 0.66 0.70 0.27
HSL 3.21º 0.54% 0.48% -
HSV(B) 3.21º 0.7% 0.73% -
XYZ 22.98 14.41 5.31 -
YUV 99.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 187 63 56 0 0.66 0.70 0.27 3.21 0.54 0.48
Hex BB 3F 38 0 42 46 1B 3 36 30
Octal 273 77 70 0 102 106 33 3 66 60
Binary 10111011 111111 111000 0 1000010 1000110 11011 11 110110 110000

Color Harmonies of #BB3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F38

Black with #BB3F38

Text Example


Text Example

White with #BB3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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