Html Css Color HEX #BB4031 Medium Carmine

📋 copy color: '#BB4031'

red 187 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #BB4031

Tints of Medium Carmine #BB4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 62.33%
G = 21.33%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4031 (or 0xBB4031) is known color: Medium Carmine. HEX triplet: BB, 40 and 31. RGB value is (187,64,49). Sum of RGB (Red+Green+Blue) = 187+64+49=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4031 is #44BFCE. Grayscale: #636363. Windows color (decimal): -4505551 or 3227835. OLE color: 3227835.

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

Color convert

RGB 187 64 49 -
CMYK 0 0.66 0.74 0.27
HSL 6.52º 0.58% 0.46% -
HSV(B) 6.52º 0.74% 0.73% -
XYZ 22.88 14.45 4.49 -
YUV 99.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 187 64 49 0 0.66 0.74 0.27 6.52 0.58 0.46
Hex BB 40 31 0 42 4A 1B 7 3A 2E
Octal 273 100 61 0 102 112 33 7 72 56
Binary 10111011 1000000 110001 0 1000010 1001010 11011 111 111010 101110

Color Harmonies of #BB4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4031

Black with #BB4031

Text Example


Text Example

White with #BB4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4031; }

 p { color: rgb(187,64,49); }

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

background-color css

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

 a { background-color: rgb(187,64,49); }

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

border-color css

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

 span { border-color: rgb(187,64,49); }

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