Html Css Color HEX #BB4232 Medium Carmine

📋 copy color: '#BB4232'

red 187 ◦ green 66 ◦ blue 50

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

Shades of Medium Carmine #BB4232

Tints of Medium Carmine #BB4232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 61.72%
G = 21.78%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB4232 (or 0xBB4232) is known color: Medium Carmine. HEX triplet: BB, 42 and 32. RGB value is (187,66,50). Sum of RGB (Red+Green+Blue) = 187+66+50=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4232 is #44BDCD. Grayscale: #646464. Windows color (decimal): -4505038 or 3293883. OLE color: 3293883.

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

Color convert

RGB 187 66 50 -
CMYK 0 0.65 0.73 0.27
HSL 7.01º 0.58% 0.46% -
HSV(B) 7.01º 0.73% 0.73% -
XYZ 23.02 14.69 4.64 -
YUV 100.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 187 66 50 0 0.65 0.73 0.27 7.01 0.58 0.46
Hex BB 42 32 0 41 49 1B 7 3A 2E
Octal 273 102 62 0 101 111 33 7 72 56
Binary 10111011 1000010 110010 0 1000001 1001001 11011 111 111010 101110

Color Harmonies of #BB4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4232

Black with #BB4232

Text Example


Text Example

White with #BB4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4232; }

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

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

background-color css

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

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

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

border-color css

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

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

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