Html Css Color HEX #BB4030 Medium Carmine

📋 copy color: '#BB4030'

red 187 ◦ green 64 ◦ blue 48

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

Shades of Medium Carmine #BB4030

Tints of Medium Carmine #BB4030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 62.54%
G = 21.4%
B = 16.05%

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

#BB4030 (or 0xBB4030) is known color: Medium Carmine. HEX triplet: BB, 40 and 30. RGB value is (187,64,48). Sum of RGB (Red+Green+Blue) = 187+64+48=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4030 is #44BFCF. Grayscale: #636363. Windows color (decimal): -4505552 or 3162299. OLE color: 3162299.

HSL color Cylindrical-coordinate representation of color #BB4030: hue angle of 6.91º degrees, saturation: 0.59, 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 #BB4030 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 48 -
CMYK 0 0.66 0.74 0.27
HSL 6.91º 0.59% 0.46% -
HSV(B) 6.91º 0.74% 0.73% -
XYZ 22.86 14.44 4.38 -
YUV 98.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 187 64 48 0 0.66 0.74 0.27 6.91 0.59 0.46
Hex BB 40 30 0 42 4A 1B 7 3B 2E
Octal 273 100 60 0 102 112 33 7 73 56
Binary 10111011 1000000 110000 0 1000010 1001010 11011 111 111011 101110

Color Harmonies of #BB4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4030

Black with #BB4030

Text Example


Text Example

White with #BB4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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