Html Css Color HEX #BB3727 Medium Carmine

📋 copy color: '#BB3727'

red 187 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #BB3727

Tints of Medium Carmine #BB3727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 66.55%
G = 19.57%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB3727 (or 0xBB3727) is known color: Medium Carmine. HEX triplet: BB, 37 and 27. RGB value is (187,55,39). Sum of RGB (Red+Green+Blue) = 187+55+39=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3727 is #44C8D8. Grayscale: #5C5C5C. Windows color (decimal): -4507865 or 2570171. OLE color: 2570171.

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

Color convert

RGB 187 55 39 -
CMYK 0 0.71 0.79 0.27
HSL 6.49º 0.65% 0.44% -
HSV(B) 6.49º 0.79% 0.73% -
XYZ 22.23 13.44 3.34 -
YUV 92.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 187 55 39 0 0.71 0.79 0.27 6.49 0.65 0.44
Hex BB 37 27 0 47 4F 1B 6 41 2C
Octal 273 67 47 0 107 117 33 6 101 54
Binary 10111011 110111 100111 0 1000111 1001111 11011 110 1000001 101100

Color Harmonies of #BB3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3727

Black with #BB3727

Text Example


Text Example

White with #BB3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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