Html Css Color HEX #BB3C2C Medium Carmine

📋 copy color: '#BB3C2C'

red 187 ◦ green 60 ◦ blue 44

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

Shades of Medium Carmine #BB3C2C

Tints of Medium Carmine #BB3C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.62%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 64.26%
G = 20.62%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB3C2C (or 0xBB3C2C) is known color: Medium Carmine. HEX triplet: BB, 3C and 2C. RGB value is (187,60,44). Sum of RGB (Red+Green+Blue) = 187+60+44=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C2C is #44C3D3. Grayscale: #606060. Windows color (decimal): -4506580 or 2899131. OLE color: 2899131.

HSL color Cylindrical-coordinate representation of color #BB3C2C: hue angle of 6.71º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3C2C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 44 -
CMYK 0 0.68 0.76 0.27
HSL 6.71º 0.62% 0.45% -
HSV(B) 6.71º 0.76% 0.73% -
XYZ 22.56 13.98 3.89 -
YUV 96.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 187 60 44 0 0.68 0.76 0.27 6.71 0.62 0.45
Hex BB 3C 2C 0 44 4C 1B 7 3E 2D
Octal 273 74 54 0 104 114 33 7 76 55
Binary 10111011 111100 101100 0 1000100 1001100 11011 111 111110 101101

Color Harmonies of #BB3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C2C

Black with #BB3C2C

Text Example


Text Example

White with #BB3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C2C; }

 p { color: rgb(187,60,44); }

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

background-color css

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

 a { background-color: rgb(187,60,44); }

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

border-color css

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

 span { border-color: rgb(187,60,44); }

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