Html Css Color HEX #BB4238 Medium Carmine

📋 copy color: '#BB4238'

red 187 ◦ green 66 ◦ blue 56

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

Shades of Medium Carmine #BB4238

Tints of Medium Carmine #BB4238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 60.52%
G = 21.36%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB4238 (or 0xBB4238) is known color: Medium Carmine. HEX triplet: BB, 42 and 38. RGB value is (187,66,56). Sum of RGB (Red+Green+Blue) = 187+66+56=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4238 is #44BDC7. Grayscale: #656565. Windows color (decimal): -4505032 or 3687099. OLE color: 3687099.

HSL color Cylindrical-coordinate representation of color #BB4238: hue angle of 4.58º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4238 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 56 -
CMYK 0 0.65 0.70 0.27
HSL 4.58º 0.54% 0.48% -
HSV(B) 4.58º 0.7% 0.73% -
XYZ 23.16 14.75 5.37 -
YUV 101.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 187 66 56 0 0.65 0.70 0.27 4.58 0.54 0.48
Hex BB 42 38 0 41 46 1B 5 36 30
Octal 273 102 70 0 101 106 33 5 66 60
Binary 10111011 1000010 111000 0 1000001 1000110 11011 101 110110 110000

Color Harmonies of #BB4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4238

Black with #BB4238

Text Example


Text Example

White with #BB4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4238; }

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

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

background-color css

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

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

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

border-color css

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

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

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