Html Css Color HEX #BB3E37 Medium Carmine

📋 copy color: '#BB3E37'

red 187 ◦ green 62 ◦ blue 55

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

Shades of Medium Carmine #BB3E37

Tints of Medium Carmine #BB3E37

RGB

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

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

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

R = 61.51%
G = 20.39%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB3E37 (or 0xBB3E37) is known color: Medium Carmine. HEX triplet: BB, 3E and 37. RGB value is (187,62,55). Sum of RGB (Red+Green+Blue) = 187+62+55=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E37 is #44C1C8. Grayscale: #626262. Windows color (decimal): -4506057 or 3620539. OLE color: 3620539.

HSL color Cylindrical-coordinate representation of color #BB3E37: hue angle of 3.18º 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 #BB3E37 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 62 55 -
CMYK 0 0.67 0.71 0.27
HSL 3.18º 0.55% 0.47% -
HSV(B) 3.18º 0.71% 0.73% -
XYZ 22.91 14.29 5.16 -
YUV 98.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 187 62 55 0 0.67 0.71 0.27 3.18 0.55 0.47
Hex BB 3E 37 0 43 47 1B 3 37 2F
Octal 273 76 67 0 103 107 33 3 67 57
Binary 10111011 111110 110111 0 1000011 1000111 11011 11 110111 101111

Color Harmonies of #BB3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E37

Black with #BB3E37

Text Example


Text Example

White with #BB3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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