Html Css Color HEX #BB3D3C Medium Carmine

📋 copy color: '#BB3D3C'

red 187 ◦ green 61 ◦ blue 60

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

Shades of Medium Carmine #BB3D3C

Tints of Medium Carmine #BB3D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 60.71%
G = 19.81%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB3D3C (or 0xBB3D3C) is known color: Medium Carmine. HEX triplet: BB, 3D and 3C. RGB value is (187,61,60). Sum of RGB (Red+Green+Blue) = 187+61+60=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D3C is #44C2C3. Grayscale: #626262. Windows color (decimal): -4506308 or 3947963. OLE color: 3947963.

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

Color convert

RGB 187 61 60 -
CMYK 0 0.67 0.68 0.27
HSL 0.47º 0.51% 0.48% -
HSV(B) 0.47º 0.68% 0.73% -
XYZ 22.98 14.23 5.81 -
YUV 98.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 187 61 60 0 0.67 0.68 0.27 0.47 0.51 0.48
Hex BB 3D 3C 0 43 44 1B 0 33 30
Octal 273 75 74 0 103 104 33 0 63 60
Binary 10111011 111101 111100 0 1000011 1000100 11011 0 110011 110000

Color Harmonies of #BB3D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D3C

Black with #BB3D3C

Text Example


Text Example

White with #BB3D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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