Html Css Color HEX #BB362B Medium Carmine

📋 copy color: '#BB362B'

red 187 ◦ green 54 ◦ blue 43

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

Shades of Medium Carmine #BB362B

Tints of Medium Carmine #BB362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 65.85%
G = 19.01%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB362B (or 0xBB362B) is known color: Medium Carmine. HEX triplet: BB, 36 and 2B. RGB value is (187,54,43). Sum of RGB (Red+Green+Blue) = 187+54+43=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB362B is #44C9D4. Grayscale: #5C5C5C. Windows color (decimal): -4508117 or 2832059. OLE color: 2832059.

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

Color convert

RGB 187 54 43 -
CMYK 0 0.71 0.77 0.27
HSL 4.58º 0.63% 0.45% -
HSV(B) 4.58º 0.77% 0.73% -
XYZ 22.25 13.38 3.69 -
YUV 92.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 187 54 43 0 0.71 0.77 0.27 4.58 0.63 0.45
Hex BB 36 2B 0 47 4D 1B 5 3F 2D
Octal 273 66 53 0 107 115 33 5 77 55
Binary 10111011 110110 101011 0 1000111 1001101 11011 101 111111 101101

Color Harmonies of #BB362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB362B

Black with #BB362B

Text Example


Text Example

White with #BB362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB362B; }

 p { color: rgb(187,54,43); }

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

background-color css

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

 a { background-color: rgb(187,54,43); }

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

border-color css

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

 span { border-color: rgb(187,54,43); }

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