Html Css Color HEX #BB3E32 Medium Carmine

📋 copy color: '#BB3E32'

red 187 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #BB3E32

Tints of Medium Carmine #BB3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

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

R = 62.54%
G = 20.74%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB3E32 (or 0xBB3E32) is known color: Medium Carmine. HEX triplet: BB, 3E and 32. RGB value is (187,62,50). Sum of RGB (Red+Green+Blue) = 187+62+50=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E32 is #44C1CD. Grayscale: #626262. Windows color (decimal): -4506062 or 3292859. OLE color: 3292859.

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

Color convert

RGB 187 62 50 -
CMYK 0 0.67 0.73 0.27
HSL 5.26º 0.58% 0.46% -
HSV(B) 5.26º 0.73% 0.73% -
XYZ 22.79 14.24 4.57 -
YUV 98.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 187 62 50 0 0.67 0.73 0.27 5.26 0.58 0.46
Hex BB 3E 32 0 43 49 1B 5 3A 2E
Octal 273 76 62 0 103 111 33 5 72 56
Binary 10111011 111110 110010 0 1000011 1001001 11011 101 111010 101110

Color Harmonies of #BB3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E32

Black with #BB3E32

Text Example


Text Example

White with #BB3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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