Html Css Color HEX #BB3838 Medium Carmine

📋 copy color: '#BB3838'

red 187 ◦ green 56 ◦ blue 56

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

Shades of Medium Carmine #BB3838

Tints of Medium Carmine #BB3838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 62.54%
G = 18.73%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB3838 (or 0xBB3838) is known color: Medium Carmine. HEX triplet: BB, 38 and 38. RGB value is (187,56,56). Sum of RGB (Red+Green+Blue) = 187+56+56=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3838 is #44C7C7. Grayscale: #5F5F5F. Windows color (decimal): -4507592 or 3684539. OLE color: 3684539.

HSL color Cylindrical-coordinate representation of color #BB3838: hue angle of 0º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3838 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 56 -
CMYK 0 0.70 0.70 0.27
HSL 0.54% 0.48% -
HSV(B) 0.7% 0.73% -
XYZ 22.62 13.68 5.19 -
YUV 95.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 187 56 56 0 0.70 0.70 0.27 0 0.54 0.48
Hex BB 38 38 0 46 46 1B 0 36 30
Octal 273 70 70 0 106 106 33 0 66 60
Binary 10111011 111000 111000 0 1000110 1000110 11011 0 110110 110000

Color Harmonies of #BB3838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3838

Black with #BB3838

Text Example


Text Example

White with #BB3838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3838; }

 p { color: rgb(187,56,56); }

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

background-color css

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

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

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

border-color css

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

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

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