Html Css Color HEX #BC3833 Medium Carmine

📋 copy color: '#BC3833'

red 188 ◦ green 56 ◦ blue 51

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

Shades of Medium Carmine #BC3833

Tints of Medium Carmine #BC3833

RGB

 RED value IS 188 (73.83% from 255) = 63.73%

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

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 63.73%
G = 18.98%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3833 (or 0xBC3833) is known color: Medium Carmine. HEX triplet: BC, 38 and 33. RGB value is (188,56,51). Sum of RGB (Red+Green+Blue) = 188+56+51=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3833 is #43C7CC. Grayscale: #5F5F5F. Windows color (decimal): -4442061 or 3356860. OLE color: 3356860.

HSL color Cylindrical-coordinate representation of color #BC3833: hue angle of 2.19º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3833 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 51 -
CMYK 0 0.70 0.73 0.26
HSL 2.19º 0.57% 0.47% -
HSV(B) 2.19º 0.73% 0.74% -
XYZ 22.75 13.76 4.59 -
YUV 94.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 188 56 51 0 0.70 0.73 0.26 2.19 0.57 0.47
Hex BC 38 33 0 46 49 1A 2 39 2F
Octal 274 70 63 0 106 111 32 2 71 57
Binary 10111100 111000 110011 0 1000110 1001001 11010 10 111001 101111

Color Harmonies of #BC3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3833

Black with #BC3833

Text Example


Text Example

White with #BC3833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3833; }

 p { color: rgb(188,56,51); }

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

background-color css

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

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

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

border-color css

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

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

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