Html Css Color HEX #BB3F34 Medium Carmine

📋 copy color: '#BB3F34'

red 187 ◦ green 63 ◦ blue 52

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

Shades of Medium Carmine #BB3F34

Tints of Medium Carmine #BB3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 61.92%
G = 20.86%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB3F34 (or 0xBB3F34) is known color: Medium Carmine. HEX triplet: BB, 3F and 34. RGB value is (187,63,52). Sum of RGB (Red+Green+Blue) = 187+63+52=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F34 is #44C0CB. Grayscale: #626262. Windows color (decimal): -4505804 or 3424187. OLE color: 3424187.

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

Color convert

RGB 187 63 52 -
CMYK 0 0.66 0.72 0.27
HSL 4.89º 0.56% 0.47% -
HSV(B) 4.89º 0.72% 0.73% -
XYZ 22.89 14.37 4.82 -
YUV 98.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 187 63 52 0 0.66 0.72 0.27 4.89 0.56 0.47
Hex BB 3F 34 0 42 48 1B 5 38 2F
Octal 273 77 64 0 102 110 33 5 70 57
Binary 10111011 111111 110100 0 1000010 1001000 11011 101 111000 101111

Color Harmonies of #BB3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F34

Black with #BB3F34

Text Example


Text Example

White with #BB3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F34; }

 p { color: rgb(187,63,52); }

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

background-color css

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

 a { background-color: rgb(187,63,52); }

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

border-color css

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

 span { border-color: rgb(187,63,52); }

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