Html Css Color HEX #BB3528 Medium Carmine

📋 copy color: '#BB3528'

red 187 ◦ green 53 ◦ blue 40

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

Shades of Medium Carmine #BB3528

Tints of Medium Carmine #BB3528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 66.79%
G = 18.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB3528 (or 0xBB3528) is known color: Medium Carmine. HEX triplet: BB, 35 and 28. RGB value is (187,53,40). Sum of RGB (Red+Green+Blue) = 187+53+40=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3528 is #44CAD7. Grayscale: #5B5B5B. Windows color (decimal): -4508376 or 2635195. OLE color: 2635195.

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

Color convert

RGB 187 53 40 -
CMYK 0 0.72 0.79 0.27
HSL 5.31º 0.65% 0.45% -
HSV(B) 5.31º 0.79% 0.73% -
XYZ 22.15 13.26 3.4 -
YUV 91.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 187 53 40 0 0.72 0.79 0.27 5.31 0.65 0.45
Hex BB 35 28 0 48 4F 1B 5 41 2D
Octal 273 65 50 0 110 117 33 5 101 55
Binary 10111011 110101 101000 0 1001000 1001111 11011 101 1000001 101101

Color Harmonies of #BB3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3528

Black with #BB3528

Text Example


Text Example

White with #BB3528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3528; }

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

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

background-color css

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

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

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

border-color css

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

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

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