Html Css Color HEX #BB3F37 Medium Carmine

📋 copy color: '#BB3F37'

red 187 ◦ green 63 ◦ blue 55

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

Shades of Medium Carmine #BB3F37

Tints of Medium Carmine #BB3F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 61.31%
G = 20.66%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB3F37 (or 0xBB3F37) is known color: Medium Carmine. HEX triplet: BB, 3F and 37. RGB value is (187,63,55). Sum of RGB (Red+Green+Blue) = 187+63+55=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F37 is #44C0C8. Grayscale: #636363. Windows color (decimal): -4505801 or 3620795. OLE color: 3620795.

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

Color convert

RGB 187 63 55 -
CMYK 0 0.66 0.71 0.27
HSL 3.64º 0.55% 0.47% -
HSV(B) 3.64º 0.71% 0.73% -
XYZ 22.96 14.4 5.18 -
YUV 99.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 187 63 55 0 0.66 0.71 0.27 3.64 0.55 0.47
Hex BB 3F 37 0 42 47 1B 4 37 2F
Octal 273 77 67 0 102 107 33 4 67 57
Binary 10111011 111111 110111 0 1000010 1000111 11011 100 110111 101111

Color Harmonies of #BB3F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F37

Black with #BB3F37

Text Example


Text Example

White with #BB3F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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