Html Css Color HEX #BC4135 Medium Carmine

📋 copy color: '#BC4135'

red 188 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #BC4135

Tints of Medium Carmine #BC4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 61.44%
G = 21.24%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC4135 (or 0xBC4135) is known color: Medium Carmine. HEX triplet: BC, 41 and 35. RGB value is (188,65,53). Sum of RGB (Red+Green+Blue) = 188+65+53=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4135 is #43BECA. Grayscale: #646464. Windows color (decimal): -4439755 or 3490236. OLE color: 3490236.

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

Color convert

RGB 188 65 53 -
CMYK 0 0.65 0.72 0.26
HSL 5.33º 0.56% 0.47% -
HSV(B) 5.33º 0.72% 0.74% -
XYZ 23.27 14.73 4.98 -
YUV 100.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 188 65 53 0 0.65 0.72 0.26 5.33 0.56 0.47
Hex BC 41 35 0 41 48 1A 5 38 2F
Octal 274 101 65 0 101 110 32 5 70 57
Binary 10111100 1000001 110101 0 1000001 1001000 11010 101 111000 101111

Color Harmonies of #BC4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4135

Black with #BC4135

Text Example


Text Example

White with #BC4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4135; }

 p { color: rgb(188,65,53); }

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

background-color css

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

 a { background-color: rgb(188,65,53); }

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

border-color css

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

 span { border-color: rgb(188,65,53); }

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