Html Css Color HEX #BB392B Medium Carmine

📋 copy color: '#BB392B'

red 187 ◦ green 57 ◦ blue 43

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

Shades of Medium Carmine #BB392B

Tints of Medium Carmine #BB392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 65.16%
G = 19.86%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB392B (or 0xBB392B) is known color: Medium Carmine. HEX triplet: BB, 39 and 2B. RGB value is (187,57,43). Sum of RGB (Red+Green+Blue) = 187+57+43=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB392B is #44C6D4. Grayscale: #5E5E5E. Windows color (decimal): -4507349 or 2832827. OLE color: 2832827.

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

Color convert

RGB 187 57 43 -
CMYK 0 0.70 0.77 0.27
HSL 5.83º 0.63% 0.45% -
HSV(B) 5.83º 0.77% 0.73% -
XYZ 22.39 13.67 3.74 -
YUV 94.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 187 57 43 0 0.70 0.77 0.27 5.83 0.63 0.45
Hex BB 39 2B 0 46 4D 1B 6 3F 2D
Octal 273 71 53 0 106 115 33 6 77 55
Binary 10111011 111001 101011 0 1000110 1001101 11011 110 111111 101101

Color Harmonies of #BB392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB392B

Black with #BB392B

Text Example


Text Example

White with #BB392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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