Html Css Color HEX #BB3A2F Medium Carmine

📋 copy color: '#BB3A2F'

red 187 ◦ green 58 ◦ blue 47

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

Shades of Medium Carmine #BB3A2F

Tints of Medium Carmine #BB3A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 64.04%
G = 19.86%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB3A2F (or 0xBB3A2F) is known color: Medium Carmine. HEX triplet: BB, 3A and 2F. RGB value is (187,58,47). Sum of RGB (Red+Green+Blue) = 187+58+47=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A2F is #44C5D0. Grayscale: #5F5F5F. Windows color (decimal): -4507089 or 3095227. OLE color: 3095227.

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

Color convert

RGB 187 58 47 -
CMYK 0 0.69 0.75 0.27
HSL 4.71º 0.6% 0.46% -
HSV(B) 4.71º 0.75% 0.73% -
XYZ 22.52 13.8 4.17 -
YUV 95.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 187 58 47 0 0.69 0.75 0.27 4.71 0.6 0.46
Hex BB 3A 2F 0 45 4B 1B 5 3C 2E
Octal 273 72 57 0 105 113 33 5 74 56
Binary 10111011 111010 101111 0 1000101 1001011 11011 101 111100 101110

Color Harmonies of #BB3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A2F

Black with #BB3A2F

Text Example


Text Example

White with #BB3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A2F; }

 p { color: rgb(187,58,47); }

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

background-color css

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

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

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

border-color css

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

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

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