Html Css Color HEX #BB4337 Medium Carmine

📋 copy color: '#BB4337'

red 187 ◦ green 67 ◦ blue 55

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

Shades of Medium Carmine #BB4337

Tints of Medium Carmine #BB4337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 60.52%
G = 21.68%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB4337 (or 0xBB4337) is known color: Medium Carmine. HEX triplet: BB, 43 and 37. RGB value is (187,67,55). Sum of RGB (Red+Green+Blue) = 187+67+55=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4337 is #44BCC8. Grayscale: #656565. Windows color (decimal): -4504777 or 3621819. OLE color: 3621819.

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

Color convert

RGB 187 67 55 -
CMYK 0 0.64 0.71 0.27
HSL 5.45º 0.55% 0.47% -
HSV(B) 5.45º 0.71% 0.73% -
XYZ 23.19 14.85 5.26 -
YUV 101.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 187 67 55 0 0.64 0.71 0.27 5.45 0.55 0.47
Hex BB 43 37 0 40 47 1B 5 37 2F
Octal 273 103 67 0 100 107 33 5 67 57
Binary 10111011 1000011 110111 0 1000000 1000111 11011 101 110111 101111

Color Harmonies of #BB4337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4337

Black with #BB4337

Text Example


Text Example

White with #BB4337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4337; }

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

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

background-color css

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

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

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

border-color css

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

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

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