Html Css Color HEX #BB3F28 Medium Carmine

📋 copy color: '#BB3F28'

red 187 ◦ green 63 ◦ blue 40

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

Shades of Medium Carmine #BB3F28

Tints of Medium Carmine #BB3F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 64.48%
G = 21.72%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB3F28 (or 0xBB3F28) is known color: Medium Carmine. HEX triplet: BB, 3F and 28. RGB value is (187,63,40). Sum of RGB (Red+Green+Blue) = 187+63+40=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F28 is #44C0D7. Grayscale: #616161. Windows color (decimal): -4505816 or 2637755. OLE color: 2637755.

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

Color convert

RGB 187 63 40 -
CMYK 0 0.66 0.79 0.27
HSL 9.39º 0.65% 0.45% -
HSV(B) 9.39º 0.79% 0.73% -
XYZ 22.65 14.27 3.57 -
YUV 97.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 187 63 40 0 0.66 0.79 0.27 9.39 0.65 0.45
Hex BB 3F 28 0 42 4F 1B 9 41 2D
Octal 273 77 50 0 102 117 33 11 101 55
Binary 10111011 111111 101000 0 1000010 1001111 11011 1001 1000001 101101

Color Harmonies of #BB3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F28

Black with #BB3F28

Text Example


Text Example

White with #BB3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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