Html Css Color HEX #BB372D Medium Carmine

📋 copy color: '#BB372D'

red 187 ◦ green 55 ◦ blue 45

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

Shades of Medium Carmine #BB372D

Tints of Medium Carmine #BB372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 65.16%
G = 19.16%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB372D (or 0xBB372D) is known color: Medium Carmine. HEX triplet: BB, 37 and 2D. RGB value is (187,55,45). Sum of RGB (Red+Green+Blue) = 187+55+45=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB372D is #44C8D2. Grayscale: #5D5D5D. Windows color (decimal): -4507859 or 2963387. OLE color: 2963387.

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

Color convert

RGB 187 55 45 -
CMYK 0 0.71 0.76 0.27
HSL 4.23º 0.61% 0.45% -
HSV(B) 4.23º 0.76% 0.73% -
XYZ 22.33 13.49 3.91 -
YUV 93.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 187 55 45 0 0.71 0.76 0.27 4.23 0.61 0.45
Hex BB 37 2D 0 47 4C 1B 4 3D 2D
Octal 273 67 55 0 107 114 33 4 75 55
Binary 10111011 110111 101101 0 1000111 1001100 11011 100 111101 101101

Color Harmonies of #BB372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB372D

Black with #BB372D

Text Example


Text Example

White with #BB372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB372D; }

 p { color: rgb(187,55,45); }

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

background-color css

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

 a { background-color: rgb(187,55,45); }

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

border-color css

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

 span { border-color: rgb(187,55,45); }

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