Html Css Color HEX #BB4233 Medium Carmine

📋 copy color: '#BB4233'

red 187 ◦ green 66 ◦ blue 51

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

Shades of Medium Carmine #BB4233

Tints of Medium Carmine #BB4233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.78%

R = 61.51%
G = 21.71%
B = 16.78%

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

#BB4233 (or 0xBB4233) is known color: Medium Carmine. HEX triplet: BB, 42 and 33. RGB value is (187,66,51). Sum of RGB (Red+Green+Blue) = 187+66+51=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4233 is #44BDCC. Grayscale: #646464. Windows color (decimal): -4505037 or 3359419. OLE color: 3359419.

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

Color convert

RGB 187 66 51 -
CMYK 0 0.65 0.73 0.27
HSL 6.62º 0.57% 0.47% -
HSV(B) 6.62º 0.73% 0.73% -
XYZ 23.04 14.7 4.76 -
YUV 100.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 187 66 51 0 0.65 0.73 0.27 6.62 0.57 0.47
Hex BB 42 33 0 41 49 1B 7 39 2F
Octal 273 102 63 0 101 111 33 7 71 57
Binary 10111011 1000010 110011 0 1000001 1001001 11011 111 111001 101111

Color Harmonies of #BB4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4233

Black with #BB4233

Text Example


Text Example

White with #BB4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4233; }

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

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

background-color css

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

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

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

border-color css

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

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

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