Html Css Color HEX #BB372B Medium Carmine

📋 copy color: '#BB372B'

red 187 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #BB372B

Tints of Medium Carmine #BB372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 65.61%
G = 19.3%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB372B (or 0xBB372B) is known color: Medium Carmine. HEX triplet: BB, 37 and 2B. RGB value is (187,55,43). Sum of RGB (Red+Green+Blue) = 187+55+43=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB372B is #44C8D4. Grayscale: #5D5D5D. Windows color (decimal): -4507861 or 2832315. OLE color: 2832315.

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

Color convert

RGB 187 55 43 -
CMYK 0 0.71 0.77 0.27
HSL 0.63% 0.45% -
HSV(B) 0.77% 0.73% -
XYZ 22.3 13.47 3.71 -
YUV 93.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 187 55 43 0 0.71 0.77 0.27 5 0.63 0.45
Hex BB 37 2B 0 47 4D 1B 5 3F 2D
Octal 273 67 53 0 107 115 33 5 77 55
Binary 10111011 110111 101011 0 1000111 1001101 11011 101 111111 101101

Color Harmonies of #BB372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB372B

Black with #BB372B

Text Example


Text Example

White with #BB372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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