Html Css Color HEX #BB4237 Medium Carmine

📋 copy color: '#BB4237'

red 187 ◦ green 66 ◦ blue 55

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

Shades of Medium Carmine #BB4237

Tints of Medium Carmine #BB4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 60.71%
G = 21.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB4237 (or 0xBB4237) is known color: Medium Carmine. HEX triplet: BB, 42 and 37. RGB value is (187,66,55). Sum of RGB (Red+Green+Blue) = 187+66+55=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4237 is #44BDC8. Grayscale: #656565. Windows color (decimal): -4505033 or 3621563. OLE color: 3621563.

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

Color convert

RGB 187 66 55 -
CMYK 0 0.65 0.71 0.27
HSL 0.55% 0.47% -
HSV(B) 0.71% 0.73% -
XYZ 23.13 14.74 5.24 -
YUV 100.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 187 66 55 0 0.65 0.71 0.27 5 0.55 0.47
Hex BB 42 37 0 41 47 1B 5 37 2F
Octal 273 102 67 0 101 107 33 5 67 57
Binary 10111011 1000010 110111 0 1000001 1000111 11011 101 110111 101111

Color Harmonies of #BB4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4237

Black with #BB4237

Text Example


Text Example

White with #BB4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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