Html Css Color HEX #BB3E27 Medium Carmine

📋 copy color: '#BB3E27'

red 187 ◦ green 62 ◦ blue 39

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

Shades of Medium Carmine #BB3E27

Tints of Medium Carmine #BB3E27

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 64.93%
G = 21.53%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB3E27 (or 0xBB3E27) is known color: Medium Carmine. HEX triplet: BB, 3E and 27. RGB value is (187,62,39). Sum of RGB (Red+Green+Blue) = 187+62+39=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E27 is #44C1D8. Grayscale: #606060. Windows color (decimal): -4506073 or 2571963. OLE color: 2571963.

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

Color convert

RGB 187 62 39 -
CMYK 0 0.67 0.79 0.27
HSL 9.32º 0.65% 0.44% -
HSV(B) 9.32º 0.79% 0.73% -
XYZ 22.58 14.16 3.46 -
YUV 96.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 187 62 39 0 0.67 0.79 0.27 9.32 0.65 0.44
Hex BB 3E 27 0 43 4F 1B 9 41 2C
Octal 273 76 47 0 103 117 33 11 101 54
Binary 10111011 111110 100111 0 1000011 1001111 11011 1001 1000001 101100

Color Harmonies of #BB3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E27

Black with #BB3E27

Text Example


Text Example

White with #BB3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E27; }

 p { color: rgb(187,62,39); }

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

background-color css

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

 a { background-color: rgb(187,62,39); }

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

border-color css

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

 span { border-color: rgb(187,62,39); }

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